Apply clang-format to source tree
[alexxy/gromacs.git] / src / programs / mdrun / tests / helpwriting.cpp
index a8ee35becf1ff3cdaf5abc8c5152a44d8dfbb9d5..8f408c1ccf24012ddc96a9c57de501c49df987c4 100644 (file)
@@ -66,11 +66,8 @@ TEST(MdrunTest, WritesHelp)
     // like mdrun call parse_common_args, which recognizes the
     // existence of a global help context. That context triggers the
     // writing of help and a fast exit of the tool.
-    HelpLinks             *links = nullptr;
-    CommandLineHelpContext context(&writer,
-                                   eHelpOutputFormat_Console,
-                                   links,
-                                   "dummy");
+    HelpLinks*                   links = nullptr;
+    CommandLineHelpContext       context(&writer, eHelpOutputFormat_Console, links, "dummy");
     GlobalCommandLineHelpContext global(context);
 
     // Call mdrun to get the help printed to the stream
@@ -85,6 +82,6 @@ TEST(MdrunTest, WritesHelp)
     checker.checkString(outputStream.toString(), "Help string");
 };
 
-}  // namespace
-}  // namespace test
-}  // namespace gmx
+} // namespace
+} // namespace test
+} // namespace gmx