aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/rumble.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-30 21:11:48 +0000
committerEugene Sandulenko2005-07-30 21:11:48 +0000
commit6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch)
treec44c4e61f18ddd537f7082cb48869cf33d422fbd /backends/PalmOS/Src/rumble.cpp
parent86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff)
downloadscummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'backends/PalmOS/Src/rumble.cpp')
-rw-r--r--backends/PalmOS/Src/rumble.cpp8
1 files changed, 4 insertions, 4 deletions
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
{