From 89abab97e3124fa25eb4c7d3e8b38501747a8d17 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 26 Sep 2012 04:17:31 +0200 Subject: JANITORIAL: Remove trailing whitespaces. Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' --- backends/timer/bada/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/timer/bada/timer.h') diff --git a/backends/timer/bada/timer.h b/backends/timer/bada/timer.h index f6ae4517c7..826064d7ff 100644 --- a/backends/timer/bada/timer.h +++ b/backends/timer/bada/timer.h @@ -51,7 +51,7 @@ public: BadaTimerManager(); ~BadaTimerManager(); - bool installTimerProc(TimerProc proc, int32 interval, void *refCon, + bool installTimerProc(TimerProc proc, int32 interval, void *refCon, const Common::String &id); void removeTimerProc(TimerProc proc); -- cgit v1.2.3