added brace wrapping after if and for
This commit is contained in:
@@ -59,7 +59,8 @@ struct Selection {
|
||||
, selectionMin(start)
|
||||
, selectionMax(end)
|
||||
{
|
||||
if (selectionMin > selectionMax) {
|
||||
if (selectionMin > selectionMax)
|
||||
{
|
||||
std::swap(this->selectionMin, this->selectionMax);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user