# HG changeset patch # User nicodvb # Date 1162681675 0 # Node ID d698ee121edc5cd1bdaa1b1e233c5d94f60ea39f # Parent 89b78ea6bc70720340e06a63169ff9247534fb7d cosmetics: reformatted with only tabs diff -r 89b78ea6bc70 -r d698ee121edc stream/dvbin.h --- a/stream/dvbin.h Sat Nov 04 23:05:38 2006 +0000 +++ b/stream/dvbin.h Sat Nov 04 23:07:55 2006 +0000 @@ -67,7 +67,6 @@ fe_hierarchy_t hier; } dvb_channel_t; - typedef struct { uint16_t NUM_CHANNELS; uint16_t current; @@ -87,16 +86,15 @@ void *priv; } dvb_config_t; - typedef struct { int card; - int fe_fd; - int sec_fd; - int demux_fd[3], demux_fds[DMX_FILTER_SIZE], demux_fds_cnt; - int dvr_fd; + int fe_fd; + int sec_fd; + int demux_fd[3], demux_fds[DMX_FILTER_SIZE], demux_fds_cnt; + int dvr_fd; - dvb_config_t *config; - dvb_channels_list *list; + dvb_config_t *config; + dvb_channels_list *list; int tuner_type; int is_on; stream_t *stream;