summaryrefslogtreecommitdiffstats
path: root/src/u_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u_parse.c')
-rw-r--r--src/u_parse.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/u_parse.c b/src/u_parse.c
index b49e6ba..f0d8c6e 100644
--- a/src/u_parse.c
+++ b/src/u_parse.c
@@ -15,8 +15,7 @@
#include "u_utils.h"
#include "d_define.h"
-t_quote_mode
- u_meet_dquote(const char *head, char *ptr, t_quote_mode mode)
+t_quote_mode u_meet_dquote(const char *head, char *ptr, t_quote_mode mode)
{
if (mode == Q_NONE)
{
@@ -36,8 +35,7 @@ t_quote_mode
return (mode);
}
-t_quote_mode
- u_meet_squote(const char *head, char *ptr, t_quote_mode mode)
+t_quote_mode u_meet_squote(const char *head, char *ptr, t_quote_mode mode)
{
if (mode == Q_NONE)
{