Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonson Wong committed Mar 28, 2024
1 parent de07b46 commit 8bf7304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src_tool/reads.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ int reads_main(int argc, char **argv, struct program_meta *meta) {
print_args(argc,argv);

static struct option long_opts[] = {
{"help", no_argument, NULL, 'h' }, //0
{"index", required_argument, NULL, 0 }, //1
{"cache", required_argument, NULL, 0 }, //2
{NULL, 0, NULL, 0 }
{"help", no_argument, NULL, 'h'}, //0
{"index", required_argument, NULL, 0}, //1
{"cache", required_argument, NULL, 0}, //2
{NULL, 0, NULL, 0}
};

opt_t user_opts;
Expand Down

0 comments on commit 8bf7304

Please sign in to comment.