aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEDevice.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/wince/CEDevice.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/wince/CEDevice.cpp')
-rw-r--r--backends/wince/CEDevice.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/backends/wince/CEDevice.cpp b/backends/wince/CEDevice.cpp
index 3461569e4c..c91ffe4507 100644
--- a/backends/wince/CEDevice.cpp
+++ b/backends/wince/CEDevice.cpp
@@ -148,13 +148,13 @@ Common::String CEDevice::getKeyName(unsigned int keyCode) {
return "Button Inbox";
if (keyCode == KEY_TASK)
return "Button Tasks";
- if (keyCode == SDLK_F1)
+ if (keyCode == SDLK_F1)
return "F1 (hard 1)";
- if (keyCode == SDLK_F2)
+ if (keyCode == SDLK_F2)
return "F2 (hard 2)";
- if (keyCode == SDLK_F3)
+ if (keyCode == SDLK_F3)
return "F3 (hard 3)";
- if (keyCode == SDLK_F4)
+ if (keyCode == SDLK_F4)
return "F4 (hard 4)";
//#ifdef WIN32_PLATFORM_WFSP
@@ -169,6 +169,6 @@ Common::String CEDevice::getKeyName(unsigned int keyCode) {
//#endif
sprintf(key_name, "Key %.4x", keyCode);
- return key_name;
+ return key_name;
}