From 1f4e877b3f1733a3e4c15bebce3c744b3ea37c6d Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Thu, 20 Dec 2018 16:23:08 -0500 Subject: [PATCH] whitespace changes --- regcomp.h | 2 +- regexec.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/regcomp.h b/regcomp.h index c0fb88c..b9bbbdd 100644 --- a/regcomp.h +++ b/regcomp.h @@ -6,7 +6,7 @@ #define NSUBEXP 32 typedef struct { - Resub m[NSUBEXP]; + Resub m[NSUBEXP]; } Resublist; /* diff --git a/regexec.c b/regexec.c index 0dbdb27..40ce89a 100644 --- a/regexec.c +++ b/regexec.c @@ -185,10 +185,10 @@ regexec2(Reprog *progp, /* program to run */ } extern int -regexec(Reprog *progp, /* program to run */ - char *bol, /* string to run machine on */ - Resub *mp, /* subexpression elements */ - int ms) /* number of elements at mp */ +regexec(Reprog *progp, /* program to run */ + char *bol, /* string to run machine on */ + Resub *mp, /* subexpression elements */ + int ms) /* number of elements at mp */ { Reljunk j; Relist relist0[LISTSIZE], relist1[LISTSIZE]; -- 2.52.0