From e36590cda79cbc72e458b2b0ea5ba7e1f6f56840 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Mon, 19 May 2014 19:29:48 +0200 Subject: [PATCH] native: fix coding style --- cpu/native/startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/native/startup.c b/cpu/native/startup.c index 821e6c67c4..559e012511 100644 --- a/cpu/native/startup.c +++ b/cpu/native/startup.c @@ -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 {