Browse Source

Reindent

Originally committed as revision 26205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Storsjö 14 years ago
parent
commit
f03424a782
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cmdutils.c

+ 2 - 2
cmdutils.c

@@ -255,8 +255,8 @@ int opt_default(const char *opt, const char *arg){
             }
         }
         if(!p && !oformat){
-        fprintf(stderr, "Unrecognized option '%s'\n", opt);
-        exit(1);
+            fprintf(stderr, "Unrecognized option '%s'\n", opt);
+            exit(1);
         }
     }