Make sure that there is one space after for

This commit is contained in:
Gregory Nutt
2014-04-12 13:28:22 -06:00
parent bb851fc8b5
commit 171db56b69
10 changed files with 15 additions and 15 deletions

View File

@@ -619,7 +619,7 @@ int cmd_ifconfig(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
if (argc > 2)
{
for(i = 0; i < argc; i++)
for (i = 0; i < argc; i++)
{
if (i == 1)
{