Code beautification with uncrustify
[alexxy/gromacs.git] / src / testutils / stringtest.h
index a85d107a3a54903c134f3d32511f8c72abc9c3df..345af54d6adb47b48d7ccabccc3407c833f6fa49 100644 (file)
@@ -98,9 +98,9 @@ class StringTestBase : public ::testing::Test
         void checkFileContents(const std::string &filename, const char *id);
 
     private:
-        static bool             s_bWriteToStdOut;
+        static bool                             s_bWriteToStdOut;
 
-        TestReferenceData       data_;
+        TestReferenceData                       data_;
         boost::scoped_ptr<TestReferenceChecker> checker_;
 };