From f92d78184cb8ff31648a623914f714baa27ee2e7 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 29 Sep 2020 19:29:59 +0200 Subject: Normized --- libft/src/ft_putnchar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libft/src/ft_putnchar.c') diff --git a/libft/src/ft_putnchar.c b/libft/src/ft_putnchar.c index 5fdfc3f..c960cd2 100644 --- a/libft/src/ft_putnchar.c +++ b/libft/src/ft_putnchar.c @@ -13,8 +13,7 @@ #include #include -int - ft_putnchar(int c, const size_t n) +int ft_putnchar(int c, const size_t n) { size_t i; -- cgit v1.2.3