]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
reindent
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Jan 2008 11:32:46 +0000 (11:32 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Jan 2008 11:32:46 +0000 (11:32 +0000)
file_input.c

index f4977b6348662c39d9d96402857eb3ddca9e8a9b..4e5cafc2cad50da6649ab87e86f56a02783f9313 100644 (file)
@@ -87,8 +87,8 @@ file_input_init(void)
     if(ce->ce_type != CFG_SUB || strcasecmp("streamedfile", ce->ce_key))
       continue;
     
-     if((s = config_get_str_sub(&ce->ce_sub, "file", NULL)) == NULL)
-       continue;
+    if((s = config_get_str_sub(&ce->ce_sub, "file", NULL)) == NULL)
+      continue;
 
     if(av_open_input_file(&fctx, s, NULL, 0, NULL) != 0) {
       syslog(LOG_ERR, "streamedfile: Unable to open file \"%s\"", s);