Browse code

Reindent.

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

Stefano Sabatini authored on 2008/06/25 07:30:41
Showing 1 changed files
... ...
@@ -416,11 +416,11 @@ static void start_children(FFStream *feed)
416 416
                     slash++;
417 417
                 strcpy(slash, "ffmpeg");
418 418
 
419
-                    http_log("Launch commandline: ");
420
-                    http_log("%s ", pathname);
421
-                    for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++)
422
-                        http_log("%s ", feed->child_argv[i]);
423
-                    http_log("\n");
419
+                http_log("Launch commandline: ");
420
+                http_log("%s ", pathname);
421
+                for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++)
422
+                    http_log("%s ", feed->child_argv[i]);
423
+                http_log("\n");
424 424
 
425 425
                 for (i = 3; i < 256; i++)
426 426
                     close(i);