refactor(convert): normed the convert functions
- Norme was not passed after the modification but corrected now
This commit is contained in:
parent
1c607fced3
commit
a779c1040e
1 changed files with 1 additions and 3 deletions
|
|
@ -6,12 +6,10 @@
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/11/08 17:22:41 by rparodi #+# #+# */
|
/* 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)
|
static int ft_check_space(int c)
|
||||||
{
|
{
|
||||||
if (c == 32 || (c >= 9 && c <= 13))
|
if (c == 32 || (c >= 9 && c <= 13))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue