From f03424a782f39856c66577b106a8c0c9ab5c1da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 3 Jan 2011 12:43:48 +0000 Subject: [PATCH] Reindent Originally committed as revision 26205 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdutils.c b/cmdutils.c index a48d0c35c9..7903e27114 100644 --- a/cmdutils.c +++ b/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); } }