From 4c5dcf510a4adb75cd20ea903555e5e54ebdaea1 Mon Sep 17 00:00:00 2001 From: JozanLeClerc <bousset.rudy@gmail.com> Date: Thu, 1 Oct 2020 18:37:05 +0200 Subject: Normed m_comm --- src/m_comm.c | 4 +--- src/m_comm.h | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/m_comm.c b/src/m_comm.c index 30f609d..5e10d99 100644 --- a/src/m_comm.c +++ b/src/m_comm.c @@ -19,9 +19,7 @@ #include "p_line.h" #include "s_line.h" -uint8_t - m_comm(const char line[], - t_msh *msh) +uint8_t m_comm(const char line[], t_msh *msh) { if (line[0] != '\0') { diff --git a/src/m_comm.h b/src/m_comm.h index 3933cfe..26209b1 100644 --- a/src/m_comm.h +++ b/src/m_comm.h @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef M_COMM_H -#define M_COMM_H +#ifndef FT_M_COMM_H +# define FT_M_COMM_H -#include <stdint.h> +# include <stdint.h> -#include "s_struct.h" +# include "s_struct.h" uint8_t m_comm(const char line[], t_msh *msh); -- cgit v1.2.3