aboutsummaryrefslogtreecommitdiff
path: root/src/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/match.c')
-rw-r--r--src/match.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/match.c b/src/match.c
index 95edd39..f299724 100644
--- a/src/match.c
+++ b/src/match.c
@@ -18,7 +18,9 @@ static int DoMatch(MatchStateType state);
/****************************************************************************
****************************************************************************/
-int Match(const char *pattern, const char *expression) {
+int
+Match(const char *pattern, const char *expression)
+{
MatchStateType state;
@@ -40,7 +42,9 @@ int Match(const char *pattern, const char *expression) {
/****************************************************************************
****************************************************************************/
-int DoMatch(MatchStateType state) {
+int
+DoMatch(MatchStateType state)
+{
char p, e;