From 46785776c42143af8f5433bb580ff13f2a9f65e1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 8 Aug 2003 21:42:59 +0000 Subject: Another pgindent run with updated typedefs. --- src/include/regex/regex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/regex/regex.h') diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index 86ea386dceb..2f8c9946036 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -29,7 +29,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: regex.h,v 1.24 2003/08/04 00:43:32 momjian Exp $ + * $Id: regex.h,v 1.25 2003/08/08 21:42:51 momjian Exp $ */ /* @@ -89,7 +89,7 @@ typedef struct typedef struct { regmatch_t rm_extend; /* see REG_EXPECT */ -} rm_detail_t; +} rm_detail_t; -- cgit v1.2.3