diff options
author | Bruce Momjian | 2010-07-06 19:19:02 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-07-06 19:19:02 +0000 |
commit | 239d769e7e05e0a5ef3bd6828e93e22ef3962780 (patch) | |
tree | 9660987f1372651b78fb82023739728f2f962a6e /contrib/xml2/xpath.c | |
parent | 52783b212c7c0ef5ab2ee6bda17c8db0ed13d4ab (diff) |
pgindent run for 9.0, second run
Diffstat (limited to 'contrib/xml2/xpath.c')
-rw-r--r-- | contrib/xml2/xpath.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/xml2/xpath.c b/contrib/xml2/xpath.c index 5fcfa7b1e18..dbf0b76f927 100644 --- a/contrib/xml2/xpath.c +++ b/contrib/xml2/xpath.c @@ -1,5 +1,5 @@ /* - * $PostgreSQL: pgsql/contrib/xml2/xpath.c,v 1.29 2010/03/03 19:10:22 tgl Exp $ + * $PostgreSQL: pgsql/contrib/xml2/xpath.c,v 1.30 2010/07/06 19:18:55 momjian Exp $ * * Parser interface for DOM-based parser (libxml) rather than * stream-based SAX-type parser @@ -631,8 +631,8 @@ xpath_table(PG_FUNCTION_ARGS) } /* - * Setup the parser. This should happen after we are done evaluating - * the query, in case it calls functions that set up libxml differently. + * Setup the parser. This should happen after we are done evaluating the + * query, in case it calls functions that set up libxml differently. */ pgxml_parser_init(); |