From 8ba6b4eaf939f34ac34993aa225143b4102f6c02 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 20 Feb 2010 21:02:49 +0000 Subject: cosmetics: Remove pointless empty lines at EOF. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30675 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/asf_streaming.c | 1 - stream/open.c | 1 - stream/stream_cue.c | 1 - stream/stream_nemesi.c | 1 - stream/stream_radio.c | 1 - 5 files changed, 5 deletions(-) (limited to 'stream') diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c index 782c5b3dce..df93352388 100644 --- a/stream/asf_streaming.c +++ b/stream/asf_streaming.c @@ -871,4 +871,3 @@ const stream_info_t stream_info_asf = { NULL, 0 // Urls are an option string }; - diff --git a/stream/open.c b/stream/open.c index b14d37d562..c207516184 100644 --- a/stream/open.c +++ b/stream/open.c @@ -62,4 +62,3 @@ if(!filename) { return open_stream_full(filename,STREAM_READ,options,file_format); } - diff --git a/stream/stream_cue.c b/stream/stream_cue.c index 6bddab7c9e..29139e74e8 100644 --- a/stream/stream_cue.c +++ b/stream/stream_cue.c @@ -617,4 +617,3 @@ const stream_info_t stream_info_cue = { &stream_opts, 1 // Urls are an option string }; - diff --git a/stream/stream_nemesi.c b/stream/stream_nemesi.c index 8333ba75ba..7cc4ccafa5 100644 --- a/stream/stream_nemesi.c +++ b/stream/stream_nemesi.c @@ -77,4 +77,3 @@ const stream_info_t stream_info_rtsp = { NULL, 0 /* Urls are an option string */ }; - diff --git a/stream/stream_radio.c b/stream/stream_radio.c index 49d75090a9..76088d180e 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -1263,4 +1263,3 @@ const stream_info_t stream_info_radio = { &stream_opts, 1 // Urls are an option string }; - -- cgit v1.2.3