summaryrefslogtreecommitdiff
path: root/contrib/uuid-ossp
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-07-10 14:02:08 -0400
committerBruce Momjian <bruce@momjian.us>2014-07-10 14:02:08 -0400
commit6a605cd6bd9f689b35676623add0de9b90978bf1 (patch)
treea7876f3ecd6b6c56ffffd68fbaf60d69117dfaf7 /contrib/uuid-ossp
parent5b214c5dd1de37764797b3fb9164af3c885a7b86 (diff)
downloadpostgresql-6a605cd6bd9f689b35676623add0de9b90978bf1.tar.gz
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Report by Robert Haas
Diffstat (limited to 'contrib/uuid-ossp')
-rw-r--r--contrib/uuid-ossp/uuid-ossp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c
index 9e9905bfde..db0c6a97aa 100644
--- a/contrib/uuid-ossp/uuid-ossp.c
+++ b/contrib/uuid-ossp/uuid-ossp.c
@@ -108,10 +108,8 @@ do { \
#endif /* !HAVE_UUID_OSSP */
-
PG_MODULE_MAGIC;
-
PG_FUNCTION_INFO_V1(uuid_nil);
PG_FUNCTION_INFO_V1(uuid_ns_dns);
PG_FUNCTION_INFO_V1(uuid_ns_url);