]> git.sesse.net Git - vlc/commitdiff
dtv: Cosmetics - remove whitespace and correct comments spacing.
authorZoran Turalija <zoran.turalija@gmail.com>
Mon, 25 Mar 2013 07:44:07 +0000 (08:44 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 26 Mar 2013 10:45:45 +0000 (11:45 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access/dtv/linux.c

index b7ddb9b911c5a7f46257e443457abfffa5ec00d0..7f3de9214b4cbdf5e314de33a97691bc46027fb6 100644 (file)
@@ -110,7 +110,7 @@ static int dvb_parse_modulation (const char *str, int def)
         { "32APSK", APSK_32   },
         { "32QAM",   QAM_32   },
         { "64QAM",   QAM_64   },
-        { "8PSK",    PSK_8    }, 
+        { "8PSK",    PSK_8    },
         { "8VSB",    VSB_8    },
         { "DQPSK", DQPSK      },
         { "QAM",     QAM_AUTO },
@@ -792,7 +792,7 @@ known:
                    | ((voltage == SEC_VOLTAGE_18) << 1) /* polarization */
                    | (tone == SEC_TONE_ON); /* option */
         cmd.msg[4] = cmd.msg[5] = 0; /* unused */
-        cmd.msg_len = 4; /* length*/
+        cmd.msg_len = 4; /* length */
 
         msleep (15000); /* wait 15 ms before DiSEqC command */
         unsigned uncommitted = var_InheritInteger (d->obj, "dvb-uncommitted");
@@ -807,7 +807,7 @@ known:
                        | ((voltage == SEC_VOLTAGE_18) << 1) /* polarization */
                        | (tone == SEC_TONE_ON); /* option */
           uncmd.msg[4] = uncmd.msg[5] = 0; /* unused */
-          uncmd.msg_len = 4; /* length*/
+          uncmd.msg_len = 4; /* length */
           if (ioctl (d->frontend, FE_DISEQC_SEND_MASTER_CMD, &uncmd) < 0)
           {
               msg_Err (d->obj, "cannot send DiSEqC command: %m");