diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-24 22:30:41 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-24 22:30:41 +0000 |
commit | 8bf61f5ba9d0e1108281c5952e0f695a2bbacd4e (patch) | |
tree | 0c5076ff4fc212b99f78d72633d2e9d38d6b3d56 | |
parent | 5dc8eeb6396a1f8abf00a3f1a0ceb4ad36a14363 (diff) | |
download | ffmpeg-8bf61f5ba9d0e1108281c5952e0f695a2bbacd4e.tar.gz |
Reindent.
Originally committed as revision 13956 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffserver.c | 10 |
1 files 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); |