aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/savegame.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/savegame.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/savegame.h')
-rw-r--r--engines/testbed/savegame.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/testbed/savegame.h b/engines/testbed/savegame.h
index ee2c63006b..5ce27df6d2 100644
--- a/engines/testbed/savegame.h
+++ b/engines/testbed/savegame.h
@@ -41,7 +41,8 @@ bool testRenamingSavefile();
bool testListingSavefile();
bool testErrorMessages();
// add more here
-}
+
+} // End of namespace SaveGametests
class SaveGameTestSuite : public Testsuite {
public:
@@ -54,11 +55,10 @@ public:
* @see addTest()
*/
SaveGameTestSuite();
- ~SaveGameTestSuite(){}
+ ~SaveGameTestSuite() {}
const char *getName() const;
-
};
-} // End of namespace Testbed
+} // End of namespace Testbed
-#endif
+#endif // TESTBED_SAVEGAME_H