tests/shell: uncrustify main.c

This commit is contained in:
Kaspar Schleiser 2021-02-23 11:07:34 +01:00
parent 5975fabd9f
commit f454cb7a24

View File

@ -144,9 +144,7 @@ int main(void)
shell_run(shell_commands, line_buf, SHELL_DEFAULT_BUFSIZE);
/* or use only system shell commands */
/*
shell_run(NULL, line_buf, SHELL_DEFAULT_BUFSIZE);
*/
/* shell_run(NULL, line_buf, SHELL_DEFAULT_BUFSIZE); */
return 0;
}