summaryrefslogtreecommitdiff
path: root/rcu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-08 11:44:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-08 11:44:37 +0100
commit2d863532cc547e0368ee0c90875cae35b70db089 (patch)
tree774ef244b22e30dadc1135af814b264b44488e04 /rcu.c
parentdcda6676b3e6912f9d0b57fb71db83ce64eaf4ea (diff)
downloadvdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.gz
vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.bz2
Cleaned up some trailing white space
Diffstat (limited to 'rcu.c')
-rw-r--r--rcu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rcu.c b/rcu.c
index 9a1e9cef..bc95e5c0 100644
--- a/rcu.c
+++ b/rcu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: rcu.c 1.12 2005/12/31 15:09:32 kls Exp $
+ * $Id: rcu.c 1.13 2006/01/08 11:40:09 kls Exp $
*/
#include "rcu.h"
@@ -230,7 +230,7 @@ void cRcuRemote::SetMode(unsigned char Mode)
}
bool cRcuRemote::SendCommand(unsigned char Cmd)
-{
+{
return SendByte(Cmd | 0x80);
}
@@ -274,7 +274,7 @@ void cRcuRemote::SetString(char *s)
}
void cRcuRemote::SetPoints(unsigned char Dp, bool On)
-{
+{
if (On)
dp |= Dp;
else