From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- backends/PalmOS/Src/rumble.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backends/PalmOS/Src/rumble.cpp') diff --git a/backends/PalmOS/Src/rumble.cpp b/backends/PalmOS/Src/rumble.cpp index c78e5878da..d70a1d315b 100644 --- a/backends/PalmOS/Src/rumble.cpp +++ b/backends/PalmOS/Src/rumble.cpp @@ -20,7 +20,7 @@ Boolean RumbleExists() { exists = true; TwDeviceClose(hRumble); } - + } else #endif { @@ -49,7 +49,7 @@ void RumbleRun(Boolean active) { } else { TwDeviceControl(hRumble, 'stop', 0, 0); } - + } else #endif { @@ -81,7 +81,7 @@ Boolean RumbleInit() { HwrVibrateAttributes(1, kHwrVibratePattern, &pattern); HwrVibrateAttributes(1, kHwrVibrateDelay, &delay); HwrVibrateAttributes(1, kHwrVibrateRepeatCount, &repeat); - + done = true; } } @@ -93,7 +93,7 @@ void RumbleRelease() { #ifndef DISABLE_TAPWAVE if (OPTIONS_TST(kOptDeviceZodiac)) { TwDeviceClose(hRumble); - + } else #endif { -- cgit v1.2.3