aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/fs.h
diff options
context:
space:
mode:
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