summaryrefslogtreecommitdiffstats
path: root/src/b_sqb.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_sqb.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/b_sqb.c b/src/b_sqb.c
index a5a0fd5..d0e6daf 100644
--- a/src/b_sqb.c
+++ b/src/b_sqb.c
@@ -22,9 +22,7 @@
#include "s_struct.h"
#include "u_utils.h"
-static uint8_t
- b_get_sqb_id(char *argv[],
- t_msh *msh)
+static uint8_t b_get_sqb_id(char *argv[], t_msh *msh)
{
uint8_t i;
@@ -46,9 +44,7 @@ static uint8_t
return (i);
}
-static uint8_t
- b_eval_sqb(char *argv[],
- t_msh *msh)
+static uint8_t b_eval_sqb(char *argv[], t_msh *msh)
{
uint8_t id;
uint8_t ret;
@@ -74,9 +70,7 @@ static uint8_t
return (ret);
}
-uint8_t
- b_sqb(char *args[],
- t_msh *msh)
+uint8_t b_sqb(char *args[], t_msh *msh)
{
const uint64_t argc = u_builtins_get_argc((const char**)args);