summaryrefslogtreecommitdiffstats
path: root/src/p_split.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 19:44:25 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 19:44:25 +0200
commitbbbd573c5595d41413cd74393f0539f56b9e9dfc (patch)
tree8218d359f065311ad58a4c69d7644aff7019110f /src/p_split.h
parentClang (diff)
download42-minishell-bbbd573c5595d41413cd74393f0539f56b9e9dfc.tar.gz
42-minishell-bbbd573c5595d41413cd74393f0539f56b9e9dfc.tar.bz2
42-minishell-bbbd573c5595d41413cd74393f0539f56b9e9dfc.tar.xz
42-minishell-bbbd573c5595d41413cd74393f0539f56b9e9dfc.tar.zst
42-minishell-bbbd573c5595d41413cd74393f0539f56b9e9dfc.zip
Norm update
Diffstat (limited to '')
-rw-r--r--src/p_split.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p_split.h b/src/p_split.h
index a7de10b..7e770bb 100644
--- a/src/p_split.h
+++ b/src/p_split.h
@@ -13,8 +13,8 @@
#ifndef FT_P_SPLIT_H
# define FT_P_SPLIT_H
-#include <stddef.h>
-#include <stdint.h>
+# include <stddef.h>
+# include <stdint.h>
# ifdef __linux__
# include <linux/limits.h>
# else