From 319dbfa7364721d3343af03a7ce063c2a2c9d385 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 8 Sep 1997 02:41:22 +0000 Subject: Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. --- src/include/regex/regexp.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/include/regex/regexp.h') diff --git a/src/include/regex/regexp.h b/src/include/regex/regexp.h index cbbb26367df..d8008190708 100644 --- a/src/include/regex/regexp.h +++ b/src/include/regex/regexp.h @@ -49,14 +49,14 @@ #define NSUBEXP 10 typedef struct regexp { - char *startp[NSUBEXP]; - char *endp[NSUBEXP]; - char regstart; /* Internal use only. */ - char reganch; /* Internal use only. */ - char *regmust; /* Internal use only. */ - int regmlen; /* Internal use only. */ - char program[1]; /* Unwarranted chumminess with compiler. */ -} regexp; + char *startp[NSUBEXP]; + char *endp[NSUBEXP]; + char regstart; /* Internal use only. */ + char reganch; /* Internal use only. */ + char *regmust; /* Internal use only. */ + int regmlen; /* Internal use only. */ + char program[1]; /* Unwarranted chumminess with compiler. */ +} regexp; /* since not all systems have cdefs.h, we'll use our own here - jolly */ -- cgit v1.2.3