refactor(convert): normed the convert functions

- Norme was not passed after the modification but corrected now
This commit is contained in:
Raphael 2025-09-04 11:49:07 +02:00
parent 1c607fced3
commit a779c1040e
No known key found for this signature in database

View file

@ -6,12 +6,10 @@
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/08 17:22:41 by rparodi #+# #+# */
/* Updated: 2024/10/31 15:16:10 by rparodi ### ########.fr */
/* Updated: 2025/09/04 11:39:58 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
static int ft_check_space(int c)
{
if (c == 32 || (c >= 9 && c <= 13))