style: fix indentation to 8 space tab
This commit is contained in:
parent
fb49a1b217
commit
e9bae396ca
8 changed files with 53 additions and 51 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue