mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 01:34:15 +00:00
fix: follow norminette norms
This commit is contained in:
@@ -13,6 +13,5 @@ void *ft_memchr(const void *s, int c, size_t n)
|
||||
return ((void *)(ptr + i));
|
||||
i++;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return (NULL);
|
||||
}
|
||||
Reference in New Issue
Block a user