From 555acf4ba17898c0192c262f9dae45ab43a47185 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Wed, 14 Jul 2010 19:44:51 +0000 Subject: Some code formatting fixes svn-id: r50893 --- engines/testbed/misc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/testbed/misc.h') 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 -- cgit v1.2.3