]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
deleted the unnecessary blank space.
authorsangood <sangood@macmini.lan>
Fri, 25 Jul 2014 03:00:56 +0000 (11:00 +0800)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 Aug 2014 17:03:57 +0000 (19:03 +0200)
src/descrambler/capmt.c
src/input/mpegts/dvb_psi.c

index 3ccbd4f31aebc6890c01153da22405d19a808645..db8df78dee664d590aab3d565a1de7cf72b58313 100644 (file)
@@ -646,7 +646,7 @@ capmt_queue_msg
   if (flags & CAPMT_MSG_FAST)
     TAILQ_INSERT_HEAD(&capmt->capmt_writeq, msg, cm_link);
   else
-      TAILQ_INSERT_TAIL(&capmt->capmt_writeq, msg, cm_link);
+    TAILQ_INSERT_TAIL(&capmt->capmt_writeq, msg, cm_link);
   tvh_write(capmt->capmt_pipe.wr, "c", 1);
 }
 
index c0cd7358a96c73d40d6bda12039d7170473967d9..a13080815b69de650a32f9136a04d6d47c707d49 100644 (file)
@@ -1377,7 +1377,7 @@ psi_parse_pmt
     case 0x81:
       hts_stream_type = SCT_AC3;
       break;
-
+    
     case 0x0f:
       hts_stream_type = SCT_MP4A;
       break;