[vlc-commits] dtv: Cosmetics - remove whitespace and correct comments spacing.
Zoran Turalija
git at videolan.org
Tue Mar 26 11:45:54 CET 2013
vlc | branch: master | Zoran Turalija <zoran.turalija at gmail.com> | Mon Mar 25 08:44:07 2013 +0100| [6dfe7e133355fe8d3931bf12686be42a8d1b619f] | committer: Jean-Baptiste Kempf
dtv: Cosmetics - remove whitespace and correct comments spacing.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6dfe7e133355fe8d3931bf12686be42a8d1b619f
---
modules/access/dtv/linux.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/access/dtv/linux.c b/modules/access/dtv/linux.c
index b7ddb9b..7f3de92 100644
--- a/modules/access/dtv/linux.c
+++ b/modules/access/dtv/linux.c
@@ -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");
More information about the vlc-commits
mailing list