From 5dc293e2414ab1f2d16ba9c717f5f1efab204e34 Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Tue, 17 Sep 2013 20:46:02 +0400 Subject: [PATCH] Add newlines at end of file. --- fiche.c | 2 +- fiche.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fiche.c b/fiche.c index 0745f25..e4388c8 100755 --- a/fiche.c +++ b/fiche.c @@ -391,4 +391,4 @@ void parse_parameters(int argc, char **argv) printf(" [-l log file] [-b banlist] [-w whitelist]\n"); exit(1); } -} \ No newline at end of file +} diff --git a/fiche.h b/fiche.h index 5a961a0..90ad34f 100644 --- a/fiche.h +++ b/fiche.h @@ -97,4 +97,4 @@ struct client_data char *hostname; }; -#endif \ No newline at end of file +#endif