diff options
author | Paweł Kołodziejski | 2003-11-08 22:43:46 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-11-08 22:43:46 +0000 |
commit | b5a7ef0822d336958682b3f9b8b1c4fc0d28af3c (patch) | |
tree | 664e98a759f8c7e821c9a33b8c17f27eb295d4a3 /common/timer.h | |
parent | bd972c97e57234dadd830fef118139c0bf9c71e4 (diff) | |
download | scummvm-rg350-b5a7ef0822d336958682b3f9b8b1c4fc0d28af3c.tar.gz scummvm-rg350-b5a7ef0822d336958682b3f9b8b1c4fc0d28af3c.tar.bz2 scummvm-rg350-b5a7ef0822d336958682b3f9b8b1c4fc0d28af3c.zip |
cleanup whitespaces
svn-id: r11219
Diffstat (limited to 'common/timer.h')
-rw-r--r-- | common/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.h b/common/timer.h index 503bc9cbe2..96ad1a85de 100644 --- a/common/timer.h +++ b/common/timer.h @@ -65,7 +65,7 @@ public: * @return true if the timer was installed successfully, false otherwise */ bool installTimerProc(TimerProc proc, int32 interval, void *refCon); - + /** * Remove the given timer callback. It will not be invoked anymore. */ |