aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/fs.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/fs.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/fs.h')
-rw-r--r--engines/testbed/fs.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/engines/testbed/fs.h b/engines/testbed/fs.h
index 07060ec457..1ffda0927b 100644
--- a/engines/testbed/fs.h
+++ b/engines/testbed/fs.h
@@ -45,7 +45,8 @@ bool testReadFile();
bool testWriteFile();
bool testOpeningSaveFile();
// add more here
-}
+
+} // End of namespace FStests
class FSTestSuite : public Testsuite {
public:
@@ -58,11 +59,11 @@ public:
* @see addTest()
*/
FSTestSuite();
- ~FSTestSuite(){}
+ ~FSTestSuite() {}
const char *getName() const;
void enable(bool flag);
};
-} // End of namespace Testbed
+} // End of namespace Testbed
-#endif
+#endif // TESTBED_FS_H