]> git.sesse.net Git - ffmpeg/commitdiff
reindent
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Thu, 29 May 2008 02:32:02 +0000 (02:32 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Thu, 29 May 2008 02:32:02 +0000 (02:32 +0000)
Originally committed as revision 13525 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index 6bc447c671e6a9c4ea275cd0af216a18bc255966..b9718d843bc8107e722da43128fb93d2f6895ece 100644 (file)
@@ -4275,12 +4275,12 @@ static int parse_ffconfig(const char *filename)
                         filename, line_num);
                 errors++;
             } else {
-            if (!redirect->feed_filename[0]) {
-                fprintf(stderr, "%s:%d: No URL found for <Redirect>\n",
-                        filename, line_num);
-                errors++;
-            }
-            redirect = NULL;
+                if (!redirect->feed_filename[0]) {
+                    fprintf(stderr, "%s:%d: No URL found for <Redirect>\n",
+                            filename, line_num);
+                    errors++;
+                }
+                redirect = NULL;
             }
         } else if (!strcasecmp(cmd, "LoadModule")) {
             get_arg(arg, sizeof(arg), &p);