diff options
author | Bruce Momjian | 2014-07-10 18:02:08 +0000 |
---|---|---|
committer | Bruce Momjian | 2014-07-10 18:02:08 +0000 |
commit | 6a605cd6bd9f689b35676623add0de9b90978bf1 (patch) | |
tree | a7876f3ecd6b6c56ffffd68fbaf60d69117dfaf7 /contrib/xml2 | |
parent | 5b214c5dd1de37764797b3fb9164af3c885a7b86 (diff) |
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Report by Robert Haas
Diffstat (limited to 'contrib/xml2')
-rw-r--r-- | contrib/xml2/xpath.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/xml2/xpath.c b/contrib/xml2/xpath.c index a8b159ebff7..f57b81302f3 100644 --- a/contrib/xml2/xpath.c +++ b/contrib/xml2/xpath.c @@ -23,7 +23,6 @@ #include <libxml/xmlerror.h> #include <libxml/parserInternals.h> - PG_MODULE_MAGIC; /* exported for use by xslt_proc.c */ |