Some coding style cleanup.

This commit is contained in:
Jim Evins
2017-01-14 01:04:35 -05:00
parent f6de611a68
commit da3436a02a
5 changed files with 62 additions and 45 deletions
+1 -1
View File
@@ -558,7 +558,7 @@ bool LabelModel::isSelectionAtomic()
}
}
return (nSelected == 1);
return nSelected == 1;
}