From: Lukas Jiriste Date: Fri, 21 Jun 2024 13:24:52 +0000 (+0200) Subject: Fix indentation X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=176e91b74505dcb7cdd1714dea2b1ba6fbaafa1f;p=Libft.git Fix indentation --- diff --git a/inc/ft_struct.h b/inc/ft_struct.h index 53555bc..bbcc14f 100644 --- a/inc/ft_struct.h +++ b/inc/ft_struct.h @@ -6,15 +6,15 @@ /* By: ljiriste +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/20 16:59:43 by ljiriste #+# #+# */ -/* Updated: 2024/06/20 17:46:28 by ljiriste ### ########.fr */ +/* Updated: 2024/06/21 15:24:34 by ljiriste ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef FT_STRUCT_H # define FT_STRUCT_H -#include "ft_arr.h" -#include +# include "ft_arr.h" +# include typedef struct s_stack {