summaryrefslogtreecommitdiffstats
path: root/src/m_argv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_argv.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/m_argv.c b/src/m_argv.c
index 5b2bc96..98a8e3e 100644
--- a/src/m_argv.c
+++ b/src/m_argv.c
@@ -24,8 +24,7 @@
#include "s_struct.h"
static void
- m_read_script(char *const argv[],
- t_msh *msh)
+ m_read_script(char *const argv[], t_msh *msh)
{
int32_t fd;
@@ -36,9 +35,7 @@ static void
}
uint8_t
- m_argv(int argc,
- char *const argv[],
- t_msh *msh)
+ m_argv(int argc, char *const argv[], t_msh *msh)
{
if (argc == 1)
{