Skip to content

Commit

Permalink
native: fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
LudwigKnuepfer committed Jun 3, 2014
1 parent 05a4bf7 commit e36590c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/native/startup.c
Expand Up @@ -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 {
Expand Down

0 comments on commit e36590c

Please sign in to comment.