diff rmdec.c @ 4075:56204ba7a2c5 libavformat

Fix indenting.
author rbultje
date Thu, 11 Dec 2008 18:48:08 +0000
parents 1349c277efbd
children 233ba738a68e
line wrap: on
line diff
--- a/rmdec.c	Thu Dec 11 10:42:06 2008 +0000
+++ b/rmdec.c	Thu Dec 11 18:48:08 2008 +0000
@@ -67,9 +67,9 @@
         get_str8(pb, s->copyright, sizeof(s->copyright));
         get_str8(pb, s->comment, sizeof(s->comment));
         if ((startpos + (version & 0xffff)) >= url_ftell(pb) + 2) {
-        // fourcc (should always be "lpcJ")
-        get_byte(pb);
-        get_str8(pb, buf, sizeof(buf));
+            // fourcc (should always be "lpcJ")
+            get_byte(pb);
+            get_str8(pb, buf, sizeof(buf));
         }
         // Skip extra header crap (this should never happen)
         if ((startpos + (version & 0xffff)) > url_ftell(pb))