From ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 Nov 2001 17:46:40 +0000 Subject: New pgindent run with fixes suggested by Tom. Patch manually reviewed, initdb/regression tests pass. --- contrib/xml/pgxml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/xml/pgxml.h') diff --git a/contrib/xml/pgxml.h b/contrib/xml/pgxml.h index 605031861d..2b80124b77 100644 --- a/contrib/xml/pgxml.h +++ b/contrib/xml/pgxml.h @@ -24,7 +24,7 @@ typedef struct char *results[MAXRESULTS]; int32 reslens[MAXRESULTS]; char *resbuf; /* pointer to the result buffer for pfree */ -} XPath_Results; +} XPath_Results; @@ -36,7 +36,7 @@ typedef struct char *resptr; int32 reslen; XPath_Results *xpres; -} pgxml_udata; +} pgxml_udata; #define UD ((pgxml_udata *) userData) -- cgit v1.2.3