aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/testbed/misc.h')
-rw-r--r--engines/testbed/misc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/testbed/misc.h b/engines/testbed/misc.h
index d1ebdc2152..0c563e83c2 100644
--- a/engines/testbed/misc.h
+++ b/engines/testbed/misc.h
@@ -52,7 +52,8 @@ bool testDateTime();
bool testTimers();
bool testMutexes();
// add more here
-}
+
+} // End of namespace MiscTests
class MiscTestSuite : public Testsuite {
public:
@@ -65,11 +66,10 @@ public:
* @see addTest()
*/
MiscTestSuite();
- ~MiscTestSuite(){}
+ ~MiscTestSuite() {}
const char *getName() const;
-
};
-} // End of namespace Testbed
+} // End of namespace Testbed
-#endif
+#endif // TESTBED_MISC_H