From: Michael D. Lowis Date: Thu, 20 Dec 2018 21:23:08 +0000 (-0500) Subject: whitespace changes X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=1f4e877b3f1733a3e4c15bebce3c744b3ea37c6d;p=proto%2Flibregexp.git whitespace changes --- 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];