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 --- mp3lib/dct36.c | 1 - mp3lib/dct64.c | 1 - mp3lib/dct64_sse.c | 1 - mp3lib/decode_mmx.c | 1 - mp3lib/layer1.c | 2 -- mp3lib/layer3.c | 2 -- mp3lib/tabinit.c | 2 -- 7 files changed, 10 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/dct36.c b/mp3lib/dct36.c index 753c2f25d5..b884bb949d 100644 --- a/mp3lib/dct36.c +++ b/mp3lib/dct36.c @@ -267,4 +267,3 @@ static void dct36(real *inbuf,real *o1,real *o2,real *wintab,real *tsbuf) } } - diff --git a/mp3lib/dct64.c b/mp3lib/dct64.c index 54ac3c3d6a..514aa4fc65 100644 --- a/mp3lib/dct64.c +++ b/mp3lib/dct64.c @@ -321,4 +321,3 @@ void mp3lib_dct64(real *a,real *b,real *c) real bufs[0x40]; dct64_1(a,b,bufs,bufs+0x20,c); } - diff --git a/mp3lib/dct64_sse.c b/mp3lib/dct64_sse.c index 46e951cc9a..cfb3948ee2 100644 --- a/mp3lib/dct64_sse.c +++ b/mp3lib/dct64_sse.c @@ -420,4 +420,3 @@ void dct64_sse(short *out0,short *out1,real *c) #endif out1[0] = out0[0]; } - diff --git a/mp3lib/decode_mmx.c b/mp3lib/decode_mmx.c index e850034254..de48cd41b7 100644 --- a/mp3lib/decode_mmx.c +++ b/mp3lib/decode_mmx.c @@ -368,4 +368,3 @@ ASMALIGN(4) :"memory", "%eax"); return 0; } - diff --git a/mp3lib/layer1.c b/mp3lib/layer1.c index 200aa453ba..d53c628314 100644 --- a/mp3lib/layer1.c +++ b/mp3lib/layer1.c @@ -163,5 +163,3 @@ static int do_layer1(struct frame *fr,int single) return clip; } - - diff --git a/mp3lib/layer3.c b/mp3lib/layer3.c index fdac27f781..16dfb06bb8 100644 --- a/mp3lib/layer3.c +++ b/mp3lib/layer3.c @@ -1347,5 +1347,3 @@ static int do_layer3(struct frame *fr,int single){ return clip; } - - diff --git a/mp3lib/tabinit.c b/mp3lib/tabinit.c index 513d268eff..79ac1c9f15 100644 --- a/mp3lib/tabinit.c +++ b/mp3lib/tabinit.c @@ -73,5 +73,3 @@ static void make_decode_tables(long scaleval) scaleval = - scaleval; } } - - -- cgit v1.2.3