diff rm.c @ 1441:ad3b03b7b142 libavformat

reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
author diego
date Wed, 01 Nov 2006 21:09:14 +0000
parents 3b00fb8ef8e4
children 404048ea11bc
line wrap: on
line diff
--- a/rm.c	Wed Nov 01 19:16:18 2006 +0000
+++ b/rm.c	Wed Nov 01 21:09:14 2006 +0000
@@ -547,8 +547,8 @@
             buf[3] = get_byte(pb);
             buf[4] = 0;
         } else {
-        get_str8(pb, buf, sizeof(buf)); /* desc */
-        get_str8(pb, buf, sizeof(buf)); /* desc */
+            get_str8(pb, buf, sizeof(buf)); /* desc */
+            get_str8(pb, buf, sizeof(buf)); /* desc */
         }
         st->codec->codec_type = CODEC_TYPE_AUDIO;
         if (!strcmp(buf, "dnet")) {