style: fix indentation to 8 space tab

This commit is contained in:
lohhiiccc 2026-06-18 16:15:23 +02:00
parent fb49a1b217
commit e9bae396ca
8 changed files with 53 additions and 51 deletions

View file

@ -14,6 +14,8 @@ char *strdup(const char *s);
ssize_t ft_read(int fd, void *buf, size_t count);
void *ft_memcpy(void *dest, const void *src, size_t n);
void ft_bzero(void *s, size_t n);
int ft_atoibase(char *str, char *base);
#ifdef __cplusplus
}
#endif