aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/rpckbd.c
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-24 21:53:29 +0000
committerJohannes Schickel2009-05-24 21:53:29 +0000
commitc97a1aed74fc54176e0de66fc2b6bbe0767e8de6 (patch)
tree5fed1a82a5546fd28d5d6b6695a6fe6be30f75fa /backends/platform/ps2/rpckbd.c
parentfd0578f151193e8fe4f31415c631f08d7179ddf9 (diff)
downloadscummvm-rg350-c97a1aed74fc54176e0de66fc2b6bbe0767e8de6.tar.gz
scummvm-rg350-c97a1aed74fc54176e0de66fc2b6bbe0767e8de6.tar.bz2
scummvm-rg350-c97a1aed74fc54176e0de66fc2b6bbe0767e8de6.zip
Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P)
svn-id: r40872
Diffstat (limited to 'backends/platform/ps2/rpckbd.c')
-rw-r--r--backends/platform/ps2/rpckbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/rpckbd.c b/backends/platform/ps2/rpckbd.c
index 8291df681a..0d37e4cfcb 100644
--- a/backends/platform/ps2/rpckbd.c
+++ b/backends/platform/ps2/rpckbd.c
@@ -58,7 +58,7 @@ int PS2KbdRead(char *key)
int res;
if ((!kbdInitialized) || (curr_readmode != PS2KBD_READMODE_NORMAL))
return -1;
-
+
if (PollSema(kbdRpcSema) >= 0) {
// last rpc call completed
res = (rpcKey != 0);