From 9e884daee643aaa6404910baa1a42832f38a8293 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Wed, 2 Oct 2013 21:39:19 -0400 Subject: formatting --- kmer_total_count.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmer_total_count.c') diff --git a/kmer_total_count.c b/kmer_total_count.c index e953d88..0f44601 100644 --- a/kmer_total_count.c +++ b/kmer_total_count.c @@ -21,7 +21,7 @@ int main(int argc, char **argv) { exit(EXIT_FAILURE); } - FILE *fh = fopen(argv[1], "r" ); + FILE *fh = fopen(argv[1], "r"); if(fh == NULL) { fprintf(stderr, "Couldn't open: %s\n", argv[1]); exit(EXIT_FAILURE); -- cgit v1.2.1