From 4ea6edc5a8c603a48b72634ffca3d4fc364511fb Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 13 Apr 2008 13:31:00 +0200 Subject: Fixed formatting --- dvbdevice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dvbdevice.c b/dvbdevice.c index 2019937e..3e603bf0 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.1 2008/04/12 11:32:56 kls Exp $ + * $Id: dvbdevice.c 2.2 2008/04/13 13:31:00 kls Exp $ */ #include "dvbdevice.h" @@ -310,7 +310,7 @@ bool cDvbTuner::SetFrontend(void) else { esyslog("ERROR: attempt to set channel with unknown DVB frontend type"); return false; - } + } if (ioctl(fd_frontend, DVBFE_SET_PARAMS, &Frontend) < 0) { esyslog("ERROR: frontend %d: %m", cardIndex); return false; -- cgit v1.2.3