Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / commandline / cmdlinemodulemanager.h
index d16f1bc9e39903bcee963a274f4bf81037e99f43..43a9c82005d6780fa7fb02730ae790cd79c3f07a 100644 (file)
@@ -51,7 +51,7 @@ class ProgramInfo;
 
 //! Smart pointer type for managing a CommandLineModuleInterface.
 typedef gmx_unique_ptr<CommandLineModuleInterface>::type
-        CommandLineModulePointer;
+    CommandLineModulePointer;
 
 /*! \brief
  * Implements a wrapper command-line interface for multiple modules.