diff --git a/src/main.c b/src/main.c index 8ce5a5c..dc476ed 100644 --- a/src/main.c +++ b/src/main.c @@ -96,4 +96,4 @@ void print_usage() { " You may specify other time units such as:\n" " m'imute, h'our, d'ay. Example: 5d 3h.\n" " All given intervals will be summed up.\n"); -} \ No newline at end of file +} diff --git a/src/main.h b/src/main.h index 89b758b..76dc4f8 100644 --- a/src/main.h +++ b/src/main.h @@ -24,4 +24,4 @@ void print_version(); void print_usage(); -#endif \ No newline at end of file +#endif