Commit 7894ce77 authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

ip6tunnel: fix coding style: no newline between brace and else

Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent 9af72f81
......@@ -262,8 +262,7 @@ static int parse_args(int argc, char **argv, int cmd, struct ip6_tnl_parm2 *p)
} else {
if (strcmp(*argv, "name") == 0) {
NEXT_ARG();
}
else if (matches(*argv, "help") == 0)
} else if (matches(*argv, "help") == 0)
usage();
if (p->name[0])
duparg2("name", *argv);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment