summaryrefslogtreecommitdiff
path: root/nit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-03-10 13:31:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-03-10 13:31:23 +0100
commit0990c279c74e498b2033b254c646f859b538b83a (patch)
tree6e1fb5e73854f3eff5b9515a4c462dd9eded5cdb /nit.c
parent76c32d60f99e40c96e5def5383ab58f6582b4b6b (diff)
downloadvdr-0990c279c74e498b2033b254c646f859b538b83a.tar.gz
vdr-0990c279c74e498b2033b254c646f859b538b83a.tar.bz2
Fixed indentation
Diffstat (limited to 'nit.c')
-rw-r--r--nit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nit.c b/nit.c
index 89988618..4bdee4ca 100644
--- a/nit.c
+++ b/nit.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: nit.c 2.10 2013/03/07 09:42:29 kls Exp $
+ * $Id: nit.c 3.1 2014/03/10 13:31:23 kls Exp $
*/
#include "nit.h"
@@ -243,7 +243,7 @@ void cNitFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length
}
}
if (!found || forceTransponderUpdate) {
- for (int n = 0; n < NumFrequencies; n++) {
+ for (int n = 0; n < NumFrequencies; n++) {
cChannel *Channel = new cChannel;
Channel->SetId(ts.getOriginalNetworkId(), ts.getTransportStreamId(), 0, 0);
if (Channel->SetTransponderData(Source, Frequencies[n], SymbolRate, dtp.ToString('C')))
@@ -314,7 +314,7 @@ void cNitFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length
else
delete Channel;
}
- }
+ }
}
}
break;