From 4e16203d49405cc0eb81d82693e8606e80d004fd Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 29 Sep 2020 19:00:27 +0200 Subject: Some norm --- libft/src/ft_dprintf.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libft/src/ft_dprintf.c') diff --git a/libft/src/ft_dprintf.c b/libft/src/ft_dprintf.c index caa28dc..57a1344 100644 --- a/libft/src/ft_dprintf.c +++ b/libft/src/ft_dprintf.c @@ -16,8 +16,7 @@ #include #include -static int - ft_printf_return(int fd, t_printflist *pflist) +static int ft_printf_return(int fd, t_printflist *pflist) { int ret; @@ -28,8 +27,7 @@ static int return (ret); } -int - ft_dprintf(int fd, const char *format, ...) +int ft_dprintf(int fd, const char *format, ...) { t_printflist *pflist; va_list arg; -- cgit v1.2.3