diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-30 21:24:21 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-30 21:24:21 +0000 |
commit | add0bcc4c9191cb8980d0b6935ca5d51a9928d82 (patch) | |
tree | 1ef3c98b5183a299107193ceca9135e9f3c57bfc /src/input/dvb | |
parent | 6d410af50e98533e07dd8ebb8fdd3870192f8a73 (diff) | |
download | xine-lib-add0bcc4c9191cb8980d0b6935ca5d51a9928d82.tar.gz xine-lib-add0bcc4c9191cb8980d0b6935ca5d51a9928d82.tar.bz2 |
Trim trailing space & reduce space+tab.
Diffstat (limited to 'src/input/dvb')
-rw-r--r-- | src/input/dvb/Makefile.am | 2 | ||||
-rw-r--r-- | src/input/dvb/dmx.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/input/dvb/Makefile.am b/src/input/dvb/Makefile.am index 229ac21bf..84310507c 100644 --- a/src/input/dvb/Makefile.am +++ b/src/input/dvb/Makefile.am @@ -2,4 +2,4 @@ include $(top_srcdir)/misc/Makefile.common noinst_HEADERS = \ dmx.h \ - frontend.h + frontend.h diff --git a/src/input/dvb/dmx.h b/src/input/dvb/dmx.h index 51d3c48cd..018c7de59 100644 --- a/src/input/dvb/dmx.h +++ b/src/input/dvb/dmx.h @@ -1,4 +1,4 @@ -/* +/* * dmx.h * * Copyright (C) 2000 Marcus Metzler <marcus@convergence.de> @@ -149,7 +149,7 @@ struct dmx_event typedef struct dmx_caps { uint32_t caps; - int num_decoders; + int num_decoders; } dmx_caps_t; typedef enum { @@ -164,7 +164,7 @@ typedef enum { } dmx_source_t; -#define DMX_START _IO('o',41) +#define DMX_START _IO('o',41) #define DMX_STOP _IO('o',42) #define DMX_SET_FILTER _IOW('o',43,struct dmx_sct_filter_params) #define DMX_SET_PES_FILTER _IOW('o',44,struct dmx_pes_filter_params) |