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 --- TOOLS/asfinfo.c | 1 - TOOLS/avisubdump.c | 1 - TOOLS/compare.c | 1 - TOOLS/countquant.pl | 2 -- TOOLS/dvd2divxscript.pl | 8 -------- TOOLS/modify_reg.c | 1 - TOOLS/psnr-video.sh | 1 - TOOLS/realcodecs/cook.c | 1 - TOOLS/realcodecs/drv4.c | 1 - TOOLS/realcodecs/ra.c | 1 - TOOLS/realcodecs/rv30.c | 1 - TOOLS/realcodecs/sipr.c | 1 - TOOLS/w32codec_dl.pl | 1 - TOOLS/wma2ogg.pl | 1 - 14 files changed, 22 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/asfinfo.c b/TOOLS/asfinfo.c index 500d0a3615..85883b462f 100644 --- a/TOOLS/asfinfo.c +++ b/TOOLS/asfinfo.c @@ -286,4 +286,3 @@ int main(int argc, char* argv[]){ return 0; } - diff --git a/TOOLS/avisubdump.c b/TOOLS/avisubdump.c index e48f1ddce7..9fc50aff46 100644 --- a/TOOLS/avisubdump.c +++ b/TOOLS/avisubdump.c @@ -193,4 +193,3 @@ int main(int argc,char* argv[]) return 0; } - diff --git a/TOOLS/compare.c b/TOOLS/compare.c index 67aa8ac1c2..8a48bc8255 100644 --- a/TOOLS/compare.c +++ b/TOOLS/compare.c @@ -71,4 +71,3 @@ int main(int argc, char **argv) printf("%d (+/-1)differences found\n", dif); exit(0); } - diff --git a/TOOLS/countquant.pl b/TOOLS/countquant.pl index 2b19c5b79d..4256fa0bc7 100755 --- a/TOOLS/countquant.pl +++ b/TOOLS/countquant.pl @@ -33,5 +33,3 @@ while () { } display_quants(); - - diff --git a/TOOLS/dvd2divxscript.pl b/TOOLS/dvd2divxscript.pl index 3c9203905c..6cc5f4d91a 100755 --- a/TOOLS/dvd2divxscript.pl +++ b/TOOLS/dvd2divxscript.pl @@ -254,11 +254,3 @@ if ($shutdown) { exit; } exit; - - - - - - - - diff --git a/TOOLS/modify_reg.c b/TOOLS/modify_reg.c index 9c4e865883..888d9eac32 100644 --- a/TOOLS/modify_reg.c +++ b/TOOLS/modify_reg.c @@ -180,4 +180,3 @@ int main(int argc, char *argv[]) { } return 0; } - diff --git a/TOOLS/psnr-video.sh b/TOOLS/psnr-video.sh index 8f2603ce65..d06ed0d880 100755 --- a/TOOLS/psnr-video.sh +++ b/TOOLS/psnr-video.sh @@ -177,4 +177,3 @@ rm -r ${TEMPDIR} echo "Created ${WORKDIR}/$OUTFILE" echo - diff --git a/TOOLS/realcodecs/cook.c b/TOOLS/realcodecs/cook.c index 7e3571efe2..2e22e7fcf7 100644 --- a/TOOLS/realcodecs/cook.c +++ b/TOOLS/realcodecs/cook.c @@ -424,4 +424,3 @@ void SetDLLAccessPath(ulong p1) { hexdump((void*)p1, 44); fprintf(stderr, "--> void\n\n\n"); } - diff --git a/TOOLS/realcodecs/drv4.c b/TOOLS/realcodecs/drv4.c index 39d642a180..ad68c1ac36 100644 --- a/TOOLS/realcodecs/drv4.c +++ b/TOOLS/realcodecs/drv4.c @@ -402,4 +402,3 @@ ulong RV20toYUV420Transform(ulong p1,ulong p2,ulong p3,ulong p4,ulong p5) { // fprintf(stderr, "RV20toYUV420Transform --> 0x%0lx(%ld)\n\n\n", result, result); return result; } - diff --git a/TOOLS/realcodecs/ra.c b/TOOLS/realcodecs/ra.c index 6a17911ba5..fd6d55a688 100644 --- a/TOOLS/realcodecs/ra.c +++ b/TOOLS/realcodecs/ra.c @@ -392,4 +392,3 @@ void SetDLLAccessPath(ulong p1) { hexdump((void*)p1, 44); fprintf(stderr, "--> void\n\n\n"); } - diff --git a/TOOLS/realcodecs/rv30.c b/TOOLS/realcodecs/rv30.c index 41f49eadaa..bf02fe3a78 100644 --- a/TOOLS/realcodecs/rv30.c +++ b/TOOLS/realcodecs/rv30.c @@ -537,4 +537,3 @@ void SetDLLAccessPath(ulong p1) { // hexdump((void*)p1, 44); fprintf(stderr, "--> void\n\n\n"); } - diff --git a/TOOLS/realcodecs/sipr.c b/TOOLS/realcodecs/sipr.c index 31d0f0a60e..ee04f0b082 100644 --- a/TOOLS/realcodecs/sipr.c +++ b/TOOLS/realcodecs/sipr.c @@ -478,4 +478,3 @@ void RASetPwd(ulong p1,ulong p2) { // hexdump((void*)p1, 44); fprintf(stderr, "--> void\n\n\n"); } - diff --git a/TOOLS/w32codec_dl.pl b/TOOLS/w32codec_dl.pl index 41f4f9feca..c4a16b6b58 100755 --- a/TOOLS/w32codec_dl.pl +++ b/TOOLS/w32codec_dl.pl @@ -166,4 +166,3 @@ sub get_codec print "No such file!\n"; } } - diff --git a/TOOLS/wma2ogg.pl b/TOOLS/wma2ogg.pl index 7b81b430f4..dcd4d7e994 100755 --- a/TOOLS/wma2ogg.pl +++ b/TOOLS/wma2ogg.pl @@ -338,4 +338,3 @@ sub decode { } print "\n\nDone.\n\n"; } - -- cgit v1.2.3