Code beautification with uncrustify
[alexxy/gromacs.git] / src / testutils / mock_helptopic.h
index fe4d455e3f02db9a6948e093d0b72f589121f1d8..78f210e09a5b2b3296e85c7c1e47504f605b1320 100644 (file)
@@ -53,8 +53,8 @@ class MockHelpTopic : public AbstractCompositeHelpTopic
 {
     public:
         static MockHelpTopic &addSubTopic(
-                gmx::AbstractCompositeHelpTopic *parent,
-                const char *name, const char *title, const char *text);
+            gmx::AbstractCompositeHelpTopic *parent,
+            const char *name, const char *title, const char *text);
 
         MockHelpTopic(const char *name, const char *title, const char *text);
         virtual ~MockHelpTopic();