From be93518e9b52b2cd6cf3c5570edbd22ba909151b Mon Sep 17 00:00:00 2001 From: Tanguy MAZE Date: Sat, 21 Apr 2018 15:50:15 +0200 Subject: [PATCH] ft_print_words_tables.c: norming --- ft_print_words_tables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ft_print_words_tables.c b/ft_print_words_tables.c index c69bc01..efa8efc 100644 --- a/ft_print_words_tables.c +++ b/ft_print_words_tables.c @@ -6,7 +6,7 @@ /* By: tmaze +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2018/04/15 15:48:16 by tmaze #+# #+# */ -/* Updated: 2018/04/15 15:51:21 by tmaze ### ########.fr */ +/* Updated: 2018/04/21 15:47:57 by tmaze ### ########.fr */ /* */ /* ************************************************************************** */ @@ -17,7 +17,7 @@ void ft_print_words_tables(char **tab) unsigned int i; i = 0; - while(tab[i]) + while (tab[i]) { ft_putendl(tab[i]); i++;