Skip to content

Commit 4e7892b

Browse files
committed
norm: correct bad spacing
1 parent 6d44278 commit 4e7892b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/libft.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* By: amalsago <[email protected]> +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* Created: 2018/11/09 12:05:58 by amalsago #+# #+# */
9-
/* Updated: 2020/02/29 14:21:10 by amalsago ### ########.fr */
9+
/* Updated: 2020/03/09 12:08:54 by amalsago ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

@@ -34,7 +34,7 @@ typedef struct s_list
3434
*/
3535

3636
int ft_atoi(const char *str);
37-
long long int ft_atolli(const char *str);
37+
long long int ft_atolli(const char *str);
3838
int *ft_ca2ia(char **char_array);
3939
char *ft_ftoa_static(double number, unsigned int precision);
4040
char *ft_itoa(int n);

0 commit comments

Comments
 (0)