aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/misc.cpp
diff options
context:
space:
mode:
authorNeeraj Kumar2010-08-14 08:32:39 +0000
committerNeeraj Kumar2010-08-14 08:32:39 +0000
commit0a7bda50cca6ac76245254c6eb0de84547a018c1 (patch)
tree5ffe7b679d9fe7c97a4c904fb8f1eaf6fd32153b /engines/testbed/misc.cpp
parent169d1eb0cc52438b00ad204a407b6eeb93fb8614 (diff)
downloadscummvm-rg350-0a7bda50cca6ac76245254c6eb0de84547a018c1.tar.gz
scummvm-rg350-0a7bda50cca6ac76245254c6eb0de84547a018c1.tar.bz2
scummvm-rg350-0a7bda50cca6ac76245254c6eb0de84547a018c1.zip
TESTBED: formatting fix, deleted spaces/tabs at end of line
svn-id: r52081
Diffstat (limited to 'engines/testbed/misc.cpp')
-rw-r--r--engines/testbed/misc.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/testbed/misc.cpp b/engines/testbed/misc.cpp
index 20813c4228..413ac69802 100644
--- a/engines/testbed/misc.cpp
+++ b/engines/testbed/misc.cpp
@@ -67,16 +67,16 @@ void MiscTests::criticalSection(void *arg) {
}
TestExitStatus MiscTests::testDateTime() {
-
+
if (Testsuite::isSessionInteractive) {
if (Testsuite::handleInteractiveInput("Testing the date time API implementation", "Continue", "Skip", kOptionRight)) {
Testsuite::logPrintf("Info! Date time tests skipped by the user.\n");
return kTestSkipped;
}
-
+
Testsuite::writeOnScreen("Verifying Date-Time...", Common::Point(0, 100));
}
-
+
TimeDate t1, t2;
g_system->getTimeAndDate(t1);
Testsuite::logDetailedPrintf("Current Time and Date: ");
@@ -126,7 +126,7 @@ TestExitStatus MiscTests::testTimers() {
}
TestExitStatus MiscTests::testMutexes() {
-
+
if (Testsuite::isSessionInteractive) {
if (Testsuite::handleInteractiveInput("Testing the Mutual Exclusion API implementation", "Continue", "Skip", kOptionRight)) {
Testsuite::logPrintf("Info! Mutex tests skipped by the user.\n");