summaryrefslogtreecommitdiffstats
path: root/src/m_loop_counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_loop_counter.c')
-rw-r--r--src/m_loop_counter.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/m_loop_counter.c b/src/m_loop_counter.c
index 49deb52..330d3f1 100644
--- a/src/m_loop_counter.c
+++ b/src/m_loop_counter.c
@@ -16,7 +16,10 @@
#include "m_prompt.h"
#include "s_struct.h"
-char *m_counter_line_backslash(int fd, unsigned char psx, char *l, t_msh *msh)
+char *m_counter_line_backslash(int fd,
+ unsigned char psx,
+ char *l,
+ t_msh *msh)
{
char *counter_line;
@@ -56,7 +59,10 @@ char *m_counter_line_pipes(int fd, unsigned char psx, char *line, t_msh *msh)
return (line);
}
-char *m_counter_line_quotes(int fd, unsigned char psx, char *line, t_msh *msh)
+char *m_counter_line_quotes(int fd,
+ unsigned char psx,
+ char *line,
+ t_msh *msh)
{
char *counter_line;