diff --git a/jobs.h b/jobs.h index 20259ba..8127ebf 100644 --- a/jobs.h +++ b/jobs.h @@ -22,4 +22,4 @@ void supprimer(cell **list, int pid); cell *trouver(list *l_ptr, int pid); cell *trouver_id(list *l_ptr, int id); -#endif \ No newline at end of file +#endif diff --git a/minishell.c b/minishell.c index a79178e..082c63b 100644 --- a/minishell.c +++ b/minishell.c @@ -220,4 +220,4 @@ int main(int argc, char *argv[]) liberer(&jobs); return EXIT_SUCCESS; -} \ No newline at end of file +} diff --git a/utils.h b/utils.h index 1426e3d..bb7c49f 100644 --- a/utils.h +++ b/utils.h @@ -7,4 +7,4 @@ void handler_sigchld(int sig_num); void handler_sigint(int sig_num); void handler_sigtstp(int sig_num); -#endif \ No newline at end of file +#endif