From 8bf61f5ba9d0e1108281c5952e0f695a2bbacd4e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 24 Jun 2008 22:30:41 +0000 Subject: [PATCH] Reindent. Originally committed as revision 13956 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ffserver.c b/ffserver.c index 83f3675fe3..3a854b3bf0 100644 --- a/ffserver.c +++ b/ffserver.c @@ -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);