aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/misc.h
diff options
context:
space:
mode:
authorJordi Vilalta Prat2010-07-14 19:44:51 +0000
committerJordi Vilalta Prat2010-07-14 19:44:51 +0000
commit555acf4ba17898c0192c262f9dae45ab43a47185 (patch)
tree9314c13bc69ffa14839506d31284a06fd1ce16c9 /engines/testbed/misc.h
parent0b3201e5e3449f90187938e5dd699535fdaadeb8 (diff)
downloadscummvm-rg350-555acf4ba17898c0192c262f9dae45ab43a47185.tar.gz
scummvm-rg350-555acf4ba17898c0192c262f9dae45ab43a47185.tar.bz2
scummvm-rg350-555acf4ba17898c0192c262f9dae45ab43a47185.zip
Some code formatting fixes
svn-id: r50893
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