diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 13:19:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 13:19:36 +0100 |
commit | 3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f (patch) | |
tree | f5a2807b626631e6ec05df3f8676b1f2488342d3 /dvbdevice.c | |
parent | 212a2fea41bf1d232d28f988de442b4cea56960b (diff) | |
download | vdr-3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f.tar.gz vdr-3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f.tar.bz2 |
Removed trailing whitespace
Diffstat (limited to 'dvbdevice.c')
-rw-r--r-- | dvbdevice.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dvbdevice.c b/dvbdevice.c index 05a70962..7007ad64 100644 --- a/dvbdevice.c +++ b/dvbdevice.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.c 2.79 2013/02/16 12:47:59 kls Exp $ + * $Id: dvbdevice.c 2.80 2013/02/17 13:17:33 kls Exp $ */ #include "dvbdevice.h" @@ -659,7 +659,7 @@ void cDvbTuner::ExecuteDiseqc(const cDiseqc *Diseqc, unsigned int *Frequency) } static cMutex Mutex; if (Diseqc->IsScr()) - Mutex.Lock(); + Mutex.Lock(); struct dvb_diseqc_master_cmd cmd; const char *CurrentAction = NULL; for (;;) { @@ -681,7 +681,7 @@ void cDvbTuner::ExecuteDiseqc(const cDiseqc *Diseqc, unsigned int *Frequency) if (scr) ResetToneAndVoltage(); // makes sure we don't block the bus! if (Diseqc->IsScr()) - Mutex.Unlock(); + Mutex.Unlock(); } void cDvbTuner::ResetToneAndVoltage(void) |