Norminette fixes

This commit is contained in:
2025-12-09 20:04:37 +01:00
parent 5e08fc76ef
commit 936c4604fd
9 changed files with 24 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/16 19:05:57 by aortigos #+# #+# */
/* Updated: 2025/11/16 19:06:27 by aortigos ### ########.fr */
/* Updated: 2025/12/09 20:02:24 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,4 +15,4 @@
int ft_issign(int c)
{
return (c == 43 || c == 45);
}
}