From 5ebd15fb91b0e34fd3e62539fef40f2a1126b557 Mon Sep 17 00:00:00 2001 From: d33tah Date: Thu, 4 Jul 2013 20:07:04 +0000 Subject: [PATCH] coding style fix --- ncat/ncat_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ncat/ncat_main.c b/ncat/ncat_main.c index b7b72e50c..6c1ccc268 100644 --- a/ncat/ncat_main.c +++ b/ncat/ncat_main.c @@ -490,8 +490,7 @@ int main(int argc, char *argv[]) bye("Only one of --exec, --sh-exec, and --lua-exec is allowed."); o.cmdexec = optarg; o.execmode = EXEC_LUA; - } - else if (strcmp(long_options[option_index].name, "lua-exec-internal") == 0) { + } else if (strcmp(long_options[option_index].name, "lua-exec-internal") == 0) { /* This command-line switch is undocumented on purpose. Do NOT use it explicitly as its behavior might differ between Ncat releases.