Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / analysissettings-impl.h
index 680df664e1bb45983a0661274fd4f4cb77952907..4b5dffdee1dcafdf640f9d2aac86910f1657b451 100644 (file)
@@ -58,13 +58,13 @@ class TrajectoryAnalysisSettings::Impl
         Impl() : flags(0), frflags(0), bRmPBC(true), bPBC(true) {}
 
         //! Global time unit setting for the analysis module.
-        TimeUnitManager      timeUnitManager;
+        TimeUnitManager          timeUnitManager;
         //! Global plotting settings for the analysis module.
         AnalysisDataPlotSettings plotSettings;
         //! Flags for the analysis module.
-        unsigned long        flags;
+        unsigned long            flags;
         //! Frame reading flags for the analysis module.
-        int                  frflags;
+        int                      frflags;
 
         //! Whether to make molecules whole for each frame.
         bool                 bRmPBC;