More trailing whilespace removal

This commit is contained in:
Gregory Nutt
2014-04-13 16:24:28 -06:00
parent 7d961b6c93
commit b9cf7acb1a
285 changed files with 769 additions and 769 deletions

View File

@@ -398,7 +398,7 @@ static int expression(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
goto errout_syntax;
}
}
return value;
return value;
errout_syntax:
nsh_output(vtbl, g_nshsyntax, "test");