Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / analysisdata / modules / plot.h
index e8df738bdab082a1e34b49934989a4667fd8e32c..0471ce67e68b45bcaf8d3488993ce4cfe86c6bcd 100644 (file)
@@ -108,8 +108,8 @@ class AnalysisDataPlotSettings
 
     private:
         const SelectionCollection *selections_;
-        TimeUnit                timeUnit_;
-        int                     plotFormat_;
+        TimeUnit                   timeUnit_;
+        int                        plotFormat_;
 };
 
 /*! \brief
@@ -310,10 +310,10 @@ class AnalysisDataVectorPlotModule : public AbstractPlotModule
 
 //! Smart pointer to manage an AnalysisDataPlotModule object.
 typedef boost::shared_ptr<AnalysisDataPlotModule>
-        AnalysisDataPlotModulePointer;
+    AnalysisDataPlotModulePointer;
 //! Smart pointer to manage an AnalysisDataVectorPlotModule object.
 typedef boost::shared_ptr<AnalysisDataVectorPlotModule>
-        AnalysisDataVectorPlotModulePointer;
+    AnalysisDataVectorPlotModulePointer;
 
 } // namespace gmx