- Fixes '=' whitespace
[fw/openocd] / src / server / telnet_server.c
index 4355f8a6cae600cf96cfe2fff83ad862f2839112..82b7330e90509451ba7a4a24869d438340848454 100644 (file)
@@ -130,7 +130,7 @@ void telnet_log_callback(void *priv, const char *file, int line,
        /* put the command line to its previous state */
        telnet_prompt(connection);
        telnet_write(connection, t_con->line, t_con->line_size);
-       for (i=t_con->line_size; i>t_con->line_cursor; i--)
+       for (i = t_con->line_size; i>t_con->line_cursor; i--)
                telnet_write(connection, "\b", 1);
 }