OSDN Git Service

Cosmetics: Re-indent
authorAlex Converse <alex.converse@gmail.com>
Thu, 12 Nov 2009 01:45:04 +0000 (01:45 +0000)
committerAlex Converse <alex.converse@gmail.com>
Thu, 12 Nov 2009 01:45:04 +0000 (01:45 +0000)
Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/alsdec.c

index bd9a17f..ebb572d 100644 (file)
@@ -671,7 +671,7 @@ static void zero_remaining(unsigned int b, unsigned int b_max,
         count += div_blocks[b];
 
     if (count)
-    memset(buf, 0, sizeof(*buf) * count);
+        memset(buf, 0, sizeof(*buf) * count);
 }