Added newlines at the end of source files to be compatible with clang.

This commit is contained in:
Alexander Andreev 2021-12-24 01:01:43 +04:00
parent 7306fd422b
commit 24d19fa6ee
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
2 changed files with 2 additions and 2 deletions

View File

@ -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");
}
}

View File

@ -24,4 +24,4 @@ void print_version();
void print_usage();
#endif
#endif