Fix indentation
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 21 Jun 2024 13:24:52 +0000 (15:24 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 21 Jun 2024 13:24:52 +0000 (15:24 +0200)
inc/ft_struct.h

index 53555bca6094c541f7f63cdd08b8c00f42645f89..bbcc14f4fe935ee934730dc493fc95ee0923e664 100644 (file)
@@ -6,15 +6,15 @@
 /*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   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 <sys/types.h>
+# include "ft_arr.h"
+# include <sys/types.h>
 
 typedef struct s_stack
 {