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