Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / options / abstractoption.h
index 4cddcd6c10517a52f9d4c5ac9940649dc3673c73..952762fc1437cc5046409befaaa08e081d1a7dc3 100644 (file)
@@ -67,7 +67,7 @@ class Options;
 
 //! Smart pointer for managing an AbstractOptionStorage object.
 typedef gmx_unique_ptr<AbstractOptionStorage>::type
-        AbstractOptionStoragePointer;
+    AbstractOptionStoragePointer;
 
 /*! \brief
  * Abstract base class for specifying option properties.
@@ -478,7 +478,7 @@ class OptionInfo
         explicit OptionInfo(AbstractOptionStorage *option);
 
         //! Returns the wrapped option storage object.
-        AbstractOptionStorage &option() { return option_; }
+        AbstractOptionStorage       &option() { return option_; }
         //! Returns the wrapped option storage object.
         const AbstractOptionStorage &option() const { return option_; }
         //! \endcond