Run all files modified by pr45 through nxstyle.

This commit is contained in:
Gregory Nutt
2020-02-03 07:35:37 -06:00
parent 37135e5dfe
commit 724a34bd3b
4 changed files with 74 additions and 62 deletions

View File

@@ -149,9 +149,9 @@ static void nsh_telnettoken(FAR struct console_stdio_s *pstate,
else if (isspace(*endp1))
{
/* Break out... endp1 points to first while space encountered */
/* Break out... endp1 points to first while space encountered */
break;
break;
}
}