diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-20 21:02:49 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-20 21:02:49 +0000 |
commit | 8ba6b4eaf939f34ac34993aa225143b4102f6c02 (patch) | |
tree | 478affd23420fa4f9067a3ad581c5425866e5bb3 /stream | |
parent | 4a2e468d4b29c3fd4b89c7b33cd9aefba885bfd6 (diff) |
cosmetics: Remove pointless empty lines at EOF.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30675 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/asf_streaming.c | 1 | ||||
-rw-r--r-- | stream/open.c | 1 | ||||
-rw-r--r-- | stream/stream_cue.c | 1 | ||||
-rw-r--r-- | stream/stream_nemesi.c | 1 | ||||
-rw-r--r-- | stream/stream_radio.c | 1 |
5 files changed, 0 insertions, 5 deletions
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 }; - |