native: fix coding style
This commit is contained in:
parent
05a4bf7f04
commit
e36590cda7
@ -251,7 +251,7 @@ __attribute__((constructor)) static void startup(int argc, char **argv)
|
||||
#ifdef MODULE_UART0
|
||||
else if (strcmp("-t", arg) == 0) {
|
||||
stdiotype = "tcp";
|
||||
if (argp+1 < argc) {
|
||||
if (argp + 1 < argc) {
|
||||
ioparam = argv[++argp];
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user