]> git.sur5r.net Git - openocd/blobdiff - src/helper/log.c
- Replace 'if(' with 'if ('.
[openocd] / src / helper / log.c
index 3acca9a4b41ccf2cfc104c042b433614aea2b3b6..ac494da03d41ff2e502b93b733569de9dfc234fc 100644 (file)
@@ -109,7 +109,7 @@ static void log_puts(enum log_levels level, const char *file, int line, const ch
 #endif
                                        string);
                }
-               else if(server_use_pipes == 0)
+               else if (server_use_pipes == 0)
                {
                        /* if we are using gdb through pipes then we do not want any output
                         * to the pipe otherwise we get repeated strings */