From 0b63ea185d36dd53c36b8f71550193c99d33fefe Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 16 Feb 2014 18:45:17 +0100 Subject: ZVISION: Janitorial - Remove trailing spaces --- engines/zvision/utility/clock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/zvision/utility/clock.h') 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(); }; -- cgit v1.2.3