From eb67342fdc066f08c3722894f81e5293cf6f1dab Mon Sep 17 00:00:00 2001
From: Aurelien Jacobs <aurel@gnuage.org>
Date: Sat, 23 Jun 2007 12:42:45 +0000
Subject: [PATCH] cosmetics: too much blank lines

Originally committed as revision 9397 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/vocdec.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/vocdec.c b/libavformat/vocdec.c
index 6f5e58a3a5e..02a038a9ec6 100644
--- a/libavformat/vocdec.c
+++ b/libavformat/vocdec.c
@@ -22,8 +22,6 @@
 #include "voc.h"
 
 
-
-
 static int voc_probe(AVProbeData *p)
 {
     int version, check;
-- 
GitLab