diff --git a/.gitignore b/.gitignore index 98e1076..20f26f8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ build bin nbproject/ *.a -*.o \ No newline at end of file +*.o diff --git a/src/blast.cpp b/src/blast.cpp index 77196af..4ce697a 100644 --- a/src/blast.cpp +++ b/src/blast.cpp @@ -441,4 +441,4 @@ int main(void) /* return blast() error code */ return ret; } -#endif \ No newline at end of file +#endif diff --git a/src/blast.h b/src/blast.h index da2d39e..ce9e541 100644 --- a/src/blast.h +++ b/src/blast.h @@ -68,4 +68,4 @@ int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow); * * At the bottom of blast.c is an example program that uses blast() that can be * compiled to produce a command-line decompression filter by defining TEST. - */ \ No newline at end of file + */ diff --git a/src/main.cpp b/src/main.cpp index 4fd875a..025be6e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,4 +42,4 @@ int main(int argc, char** argv) } return 0; -} \ No newline at end of file +}