]> git.gag.com Git - fw/openocd/blobdiff - src/helper/command.c
- Replace 'if(' with 'if ('.
[fw/openocd] / src / helper / command.c
index bea480cc9361423a95eaca2edb1827e6c74bba6f..ec1d637f15abebca01d195eaf5869eacf32fecb0 100644 (file)
@@ -348,7 +348,7 @@ int unregister_command(command_context_t *context, char *name)
 
 void command_output_text(command_context_t *context, const char *data)
 {
-       if( context && context->output_handler && data  ){
+       if ( context && context->output_handler && data  ){
                context->output_handler( context, data );
        }
 }