diff ra144.c @ 6858:f8365275c4f4 libavcodec

Indent
author vitor
date Sat, 24 May 2008 20:52:50 +0000
parents e62bb30dc9ea
children 456d2979f5a1
line wrap: on
line diff
--- a/ra144.c	Sat May 24 20:51:56 2008 +0000
+++ b/ra144.c	Sat May 24 20:52:50 2008 +0000
@@ -188,8 +188,8 @@
         if (res == 0)
             return 0;
 
-            if (res > 0x10000)
-                return 0; /* We're screwed, might as well go out with a bang. :P */
+        if (res > 0x10000)
+            return 0; /* We're screwed, might as well go out with a bang. :P */
 
         while (res <= 0x3fff) {
             b++;