Norminette fixes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/11/16 19:06:46 by aortigos #+# #+# */
|
||||
/* Updated: 2025/11/16 19:07:08 by aortigos ### ########.fr */
|
||||
/* Updated: 2025/12/09 20:02:30 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
int ft_isspace(char c)
|
||||
{
|
||||
return (c == 32 || (c >= 9 && c <= 13));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user