From 9667a2d268e08ed15576e6776fa1eac7213dc98b Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 29 May 2008 02:32:02 +0000 Subject: reindent Originally committed as revision 13525 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ffserver.c') diff --git a/ffserver.c b/ffserver.c index 6bc447c671..b9718d843b 100644 --- a/ffserver.c +++ b/ffserver.c @@ -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 \n", - filename, line_num); - errors++; - } - redirect = NULL; + if (!redirect->feed_filename[0]) { + fprintf(stderr, "%s:%d: No URL found for \n", + filename, line_num); + errors++; + } + redirect = NULL; } } else if (!strcasecmp(cmd, "LoadModule")) { get_arg(arg, sizeof(arg), &p); -- cgit v1.2.3