changeset 8471:4185a779d449 libavcodec

indent
author michael
date Fri, 26 Dec 2008 13:52:07 +0000
parents e765aa020de9
children 771f97593234
files faxcompr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/faxcompr.c	Fri Dec 26 13:51:52 2008 +0000
+++ b/faxcompr.c	Fri Dec 26 13:52:07 2008 +0000
@@ -242,7 +242,7 @@
         for(; run > 16; run -= 16)
             put_sbits(&pb, 16, mode);
         if(run)
-        put_sbits(&pb, run, mode);
+            put_sbits(&pb, run, mode);
     }
 }