native: fix coding style

This commit is contained in:
Ludwig Ortmann 2014-05-19 19:29:48 +02:00
parent 05a4bf7f04
commit e36590cda7

View File

@ -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 {