summaryrefslogtreecommitdiffstats
path: root/src/b_sqb_str.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_sqb_str.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/b_sqb_str.c b/src/b_sqb_str.c
index 51fdd8d..f845c1e 100644
--- a/src/b_sqb_str.c
+++ b/src/b_sqb_str.c
@@ -14,7 +14,9 @@
#include "d_define.h"
-static t_bool b_sqb_str_comp(unsigned char id, const char s1[], const char s2[])
+static t_bool b_sqb_str_comp(unsigned char id,
+ const char s1[],
+ const char s2[])
{
if (id == B_ID_SQB_EQUA &&
ft_strncmp(s1, s2, ft_strlen(s1) + 1) == 0)
@@ -25,7 +27,7 @@ static t_bool b_sqb_str_comp(unsigned char id, const char s1[], const char s2[])
return (FALSE);
}
-unsigned char b_sqb_str(unsigned char id, char *argv[])
+unsigned char b_sqb_str(unsigned char id, char *argv[])
{
if (id == B_ID_SQB_N)
{