Make sure that there is one space between if and condition

This commit is contained in:
Gregory Nutt
2014-04-12 12:53:19 -06:00
parent 638fad2d36
commit 17702dbad2
4 changed files with 8 additions and 7 deletions

View File

@@ -644,7 +644,7 @@ int cmd_ifconfig(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
badarg = true;
}
}
else if(!strcmp(tmp, "netmask"))
else if (!strcmp(tmp, "netmask"))
{
if (argc-1 >= i+1)
{