Author: ramiro
Date: Sun Aug 10 16:22:28 2008
New Revision: 3141

Log:
Cosmetics: Add brackets around one-lined if.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c        (original)
+++ mlp/mlpenc.c        Sun Aug 10 16:22:28 2008
@@ -821,10 +821,11 @@ static void codebook_bits(MLPEncodeConte
 
             previous_count = temp_bo.bitcount;
 
-            if (direction)
+            if (direction) {
                 offset += next;
-            else
+            } else {
                 offset -= next;
+            }
         }
     }
 }
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to