summaryrefslogtreecommitdiff
path: root/src/include/quote.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 15:52:39 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 15:52:39 +0200
commita6a7d6ce079cabdaf2fa502b2e2cf15e5428ac6f (patch)
treeb88cc7a8457658d67e0321718556ac807f6bccf3 /src/include/quote.h
parent00be7622c428f279872f84569f098ce16150f8a8 (diff)
format files
Diffstat (limited to 'src/include/quote.h')
-rw-r--r--src/include/quote.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/quote.h b/src/include/quote.h
index 4afbc94..4f1c467 100644
--- a/src/include/quote.h
+++ b/src/include/quote.h
@@ -3,8 +3,8 @@
#include "stralloc.h"
-int quote_need(char *,unsigned int);
+int quote_need(char *, unsigned int);
int quote(stralloc *, stralloc *);
-int quote2(stralloc *,char *);
+int quote2(stralloc *, char *);
#endif