aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/utility/clock.h
diff options
context:
space:
mode:
authorStrangerke2014-02-16 18:45:17 +0100
committerStrangerke2014-02-16 18:45:17 +0100
commit0b63ea185d36dd53c36b8f71550193c99d33fefe (patch)
tree27879212d0baa36e7aaa1a9fe30763102fd2da7f /engines/zvision/utility/clock.h
parent81f0a5dc4247ee8b78170427ef23e48024ec4d76 (diff)
downloadscummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.tar.gz
scummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.tar.bz2
scummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.zip
ZVISION: Janitorial - Remove trailing spaces
Diffstat (limited to 'engines/zvision/utility/clock.h')
-rw-r--r--engines/zvision/utility/clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/utility/clock.h b/engines/zvision/utility/clock.h
index 3939ba1612..e72ddda2a0 100644
--- a/engines/zvision/utility/clock.h
+++ b/engines/zvision/utility/clock.h
@@ -63,12 +63,12 @@ public:
/**
* Pause the clock. Any future delta times will take this pause into account.
- * Has no effect if the clock is already paused.
+ * Has no effect if the clock is already paused.
*/
void start();
/**
* Un-pause the clock.
- * Has no effect if the clock is already un-paused.
+ * Has no effect if the clock is already un-paused.
*/
void stop();
};