From: Lukas Jiriste Date: Thu, 20 Jun 2024 11:58:48 +0000 (+0200) Subject: Fix indentation X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=926fcc3f8158b5e2577c7a8aadc92370506c9b97;p=Libft.git Fix indentation --- diff --git a/inc/ft_arr.h b/inc/ft_arr.h index 81ccbb4..7347e1a 100644 --- a/inc/ft_arr.h +++ b/inc/ft_arr.h @@ -6,7 +6,7 @@ /* By: ljiriste +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/12/09 13:58:15 by ljiriste #+# #+# */ -/* Updated: 2024/06/20 12:43:56 by ljiriste ### ########.fr */ +/* Updated: 2024/06/20 13:37:03 by ljiriste ### ########.fr */ /* */ /* ************************************************************************** */ @@ -20,7 +20,7 @@ # define V_DEFAULT_CAPACITY 8 # endif -typedef t_ft_stat t_arr_stat; +typedef t_ft_stat t_arr_stat; // It should be possible to remove el_size with the use of macros? typedef struct s_vec