Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / selection / selectionoptionstorage.h
index 3fac92060ea6d453d7cdece496113283c74e354d..8de591ac6a9b4a65ca51e10b02e9204fc0eaca81 100644 (file)
@@ -91,7 +91,7 @@ class SelectionOptionStorage : public OptionStorageTemplate<Selection>
          * to true when parsing requested selections.
          */
         void addSelections(const SelectionList &selections,
-                           bool bFullValue);
+                           bool                 bFullValue);
 
         // Required to access the number of values in selection requests.
         // See SelectionCollection::Impl.