]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Reindent.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 24 Jun 2008 22:30:41 +0000 (22:30 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 24 Jun 2008 22:30:41 +0000 (22:30 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13956 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

ffserver.c

index 83f3675fe30bc0c0af9edaec45bc35d208469c29..3a854b3bf000c36bac8cbf91353cbbd33aa5c4d6 100644 (file)
@@ -416,11 +416,11 @@ static void start_children(FFStream *feed)
                     slash++;
                 strcpy(slash, "ffmpeg");
 
-                    http_log("Launch commandline: ");
-                    http_log("%s ", pathname);
-                    for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++)
-                        http_log("%s ", feed->child_argv[i]);
-                    http_log("\n");
+                http_log("Launch commandline: ");
+                http_log("%s ", pathname);
+                for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++)
+                    http_log("%s ", feed->child_argv[i]);
+                http_log("\n");
 
                 for (i = 3; i < 256; i++)
                     close(i);