# HG changeset patch # User voroshil # Date 1183201195 0 # Node ID 59d684441bd68938c2c0e68fe0b43d4bfbaff770 # Parent ede2719f604f099b08c6440b22d822f112bcdc17 Cosmetics. Reindent line, remove trailing spaces. diff -r ede2719f604f -r 59d684441bd6 stream/stream_tv.c --- a/stream/stream_tv.c Sat Jun 30 10:56:05 2007 +0000 +++ b/stream/stream_tv.c Sat Jun 30 10:59:55 2007 +0000 @@ -58,14 +58,14 @@ extern char* tv_param_channel; extern int tv_param_input; struct stream_priv_s* p=(struct stream_priv_s*)opts; - + stream->type = STREAMTYPE_TV; *file_format = DEMUXER_TYPE_TV; - + /* don't override input= option value if no input id is passed in tv:// url */ if(p->input!=-1) - tv_param_input=p->input; + tv_param_input=p->input; if (p->channel) tv_param_channel=strdup (p->channel); return STREAM_OK;