From 176e91b74505dcb7cdd1714dea2b1ba6fbaafa1f Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Fri, 21 Jun 2024 15:24:52 +0200 Subject: [PATCH] Fix indentation --- inc/ft_struct.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.30.2