From 9b5512bc4c2ac38669002892b801b05006e66c8b Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 12 Oct 2020 19:50:42 +0200 Subject: Norm --- src/e_pipes_next.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/e_pipes_next.c') diff --git a/src/e_pipes_next.c b/src/e_pipes_next.c index 291ba62..78feb5a 100644 --- a/src/e_pipes_next.c +++ b/src/e_pipes_next.c @@ -68,7 +68,7 @@ static void e_exec_child(const char fullpath[], t_com *ptr, t_msh *msh) } } -void e_pipe_child(char fullpath[], uint8_t fp_ret, t_com *ptr, t_msh *msh) +void e_pipe_child(char fullpath[], uint8_t fp_ret, t_com *ptr, t_msh *msh) { uint8_t bu_id; uint8_t ret; @@ -93,7 +93,7 @@ void e_pipe_child(char fullpath[], uint8_t fp_ret, t_com *ptr, t_msh *msh) } } -size_t e_get_pipes_count(struct s_lpipes *ptr) +size_t e_get_pipes_count(struct s_lpipes *ptr) { struct s_lpipes *rptr; size_t pipes; @@ -108,7 +108,7 @@ size_t e_get_pipes_count(struct s_lpipes *ptr) return (pipes); } -void e_close_unused_fds(int32_t fd[256][2], size_t pipes) +void e_close_unused_fds(int32_t fd[256][2], size_t pipes) { size_t i; -- cgit v1.2.3