Some coding style cleanup.
This commit is contained in:
@@ -558,7 +558,7 @@ bool LabelModel::isSelectionAtomic()
|
||||
}
|
||||
}
|
||||
|
||||
return (nSelected == 1);
|
||||
return nSelected == 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user