Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / commandline / pargs.cpp
index 1b4f6a8c523a994490fca7a4e8179a6369419bf8..079e9bb70f92de5d5d4992eaf35c3f21818a3714 100644 (file)
@@ -189,8 +189,9 @@ namespace
 {
 
 //! Names for XvgFormat
-const gmx::EnumerationArray<XvgFormat, const char*> c_xvgFormatNames = { { "xmgrace", "xmgr",
-                                                                           "none" } };
+const gmx::EnumerationArray<XvgFormat, const char*> c_xvgFormatNames = {
+    { "xmgrace", "xmgr", "none" }
+};
 
 /*! \brief Returns the default xvg format, as modified by GMX_VIEW_XVG
  * if that environment variable is set.