diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 19:44:25 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 19:44:25 +0200 |
commit | bbbd573c5595d41413cd74393f0539f56b9e9dfc (patch) | |
tree | 8218d359f065311ad58a4c69d7644aff7019110f /src/p_split.h | |
parent | Clang (diff) | |
download | 42-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 'src/p_split.h')
-rw-r--r-- | src/p_split.h | 4 |
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 |