From 9a915b797a80c2a776027b1fcc37f1e7b8ab1b24 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 29 Sep 2020 19:50:20 +0200 Subject: Update --- libft/src/ft_sprintf.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libft/src/ft_sprintf.c') diff --git a/libft/src/ft_sprintf.c b/libft/src/ft_sprintf.c index 8413505..4b7049a 100644 --- a/libft/src/ft_sprintf.c +++ b/libft/src/ft_sprintf.c @@ -16,8 +16,7 @@ #include #include -static int - ft_printf_return(char *str, t_printflist *pflist) +static int ft_printf_return(char *str, t_printflist *pflist) { int ret; @@ -29,8 +28,7 @@ static int return (ret); } -int - ft_sprintf(char *str, const char *format, ...) +int ft_sprintf(char *str, const char *format, ...) { t_printflist *pflist; va_list arg; -- cgit v1.2.3