From f6e8730d11ddfc720eda1dde23794d262ad8cc08 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Nov 2007 22:25:18 +0000 Subject: Re-run pgindent with updated list of typedefs. (Updated README should avoid this problem in the future.) --- contrib/intarray/_int_bool.c | 10 +++++----- contrib/intarray/_int_gist.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'contrib/intarray') diff --git a/contrib/intarray/_int_bool.c b/contrib/intarray/_int_bool.c index 2a9d80bfdbc..2344d0b50be 100644 --- a/contrib/intarray/_int_bool.c +++ b/contrib/intarray/_int_bool.c @@ -36,7 +36,7 @@ typedef struct NODE int4 type; int4 val; struct NODE *next; -} NODE; +} NODE; typedef struct { @@ -226,7 +226,7 @@ typedef struct { int4 *arrb; int4 *arre; -} CHKVAL; +} CHKVAL; /* * is there value 'val' in array or not ? @@ -323,7 +323,7 @@ typedef struct { ITEM *first; bool *mapped_check; -} GinChkVal; +} GinChkVal; static bool checkcondition_gin(void *checkval, ITEM * item) @@ -506,7 +506,7 @@ typedef struct char *buf; char *cur; int4 buflen; -} INFIX; +} INFIX; #define RESIZEBUF(inf,addsize) while( ( (inf)->cur - (inf)->buf ) + (addsize) + 1 >= (inf)->buflen ) { \ int4 len = inf->cur - inf->buf; \ @@ -516,7 +516,7 @@ typedef struct } static void -infix(INFIX * in, bool first) +infix(INFIX *in, bool first) { if (in->curpol->type == VAL) { diff --git a/contrib/intarray/_int_gist.c b/contrib/intarray/_int_gist.c index 51cc77b863d..abd576223e8 100644 --- a/contrib/intarray/_int_gist.c +++ b/contrib/intarray/_int_gist.c @@ -343,7 +343,7 @@ typedef struct { OffsetNumber pos; float cost; -} SPLITCOST; +} SPLITCOST; static int comparecost(const void *a, const void *b) -- cgit v1.2.3