]> git.sur5r.net Git - openocd/blobdiff - src/helper/options.c
- added svn props
[openocd] / src / helper / options.c
index 89bf1f9b24e32530f839a1af29c0337d78d33aaa..30dad17dd8ae2963a9e16dca2076ca8f02ed27e8 100644 (file)
@@ -31,7 +31,6 @@
 #include <getopt.h>
 #include <string.h>
 
-
 static int help_flag;
 
 static struct option long_options[] =
@@ -47,8 +46,6 @@ static struct option long_options[] =
        {0, 0, 0, 0}
 };
 
-
-
 int configuration_output_handler(struct command_context_s *context, char* line)
 {
        INFO(line);
@@ -56,7 +53,6 @@ int configuration_output_handler(struct command_context_s *context, char* line)
        return ERROR_OK;
 }
 
-
 int parse_cmdline_args(struct command_context_s *cmd_ctx, int argc, char *argv[])
 {
        int c;