]> git.sesse.net Git - ffmpeg/commitdiff
indent
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 26 Dec 2008 13:52:07 +0000 (13:52 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 26 Dec 2008 13:52:07 +0000 (13:52 +0000)
Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/faxcompr.c

index b5f6598bbe7f4ceb66e593f982a0cf53c376873f..5cc76576598b10adca2a7b53db96fc9408fc8148 100644 (file)
@@ -242,7 +242,7 @@ static void put_line(uint8_t *dst, int size, int width, const int *runs)
         for(; run > 16; run -= 16)
             put_sbits(&pb, 16, mode);
         if(run)
-        put_sbits(&pb, run, mode);
+            put_sbits(&pb, run, mode);
     }
 }