Browse code

reindent

Originally committed as revision 13525 to svn://svn.ffmpeg.org/ffmpeg/trunk

Baptiste Coudurier authored on 2008/05/29 11:32:02
Showing 1 changed files
... ...
@@ -4275,12 +4275,12 @@ static int parse_ffconfig(const char *filename)
4275 4275
                         filename, line_num);
4276 4276
                 errors++;
4277 4277
             } else {
4278
-            if (!redirect->feed_filename[0]) {
4279
-                fprintf(stderr, "%s:%d: No URL found for <Redirect>\n",
4280
-                        filename, line_num);
4281
-                errors++;
4282
-            }
4283
-            redirect = NULL;
4278
+                if (!redirect->feed_filename[0]) {
4279
+                    fprintf(stderr, "%s:%d: No URL found for <Redirect>\n",
4280
+                            filename, line_num);
4281
+                    errors++;
4282
+                }
4283
+                redirect = NULL;
4284 4284
             }
4285 4285
         } else if (!strcasecmp(cmd, "LoadModule")) {
4286 4286
             get_arg(arg, sizeof(arg), &p);