From 24d19fa6ee519463a4f7243a00f746c6fe5ed087 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 01:01:43 +0400 Subject: [PATCH] Added newlines at the end of source files to be compatible with clang. --- src/main.c | 2 +- src/main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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