- remove target specific variant and use target->variant member
[fw/openocd] / src / helper / options.c
index 04419569f461eeb96c60e41cc34cdc94edf88160..cce77e5a7533e5250c81c56ddb956306c7fdd134 100644 (file)
@@ -163,6 +163,5 @@ int parse_cmdline_args(struct command_context_s *cmd_ctx, int argc, char *argv[]
                exit(-1);
        }       
 
-
        return ERROR_OK;
 }