diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-07-10 14:02:08 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-07-10 14:02:08 -0400 |
commit | 6a605cd6bd9f689b35676623add0de9b90978bf1 (patch) | |
tree | a7876f3ecd6b6c56ffffd68fbaf60d69117dfaf7 /contrib/intarray | |
parent | 5b214c5dd1de37764797b3fb9164af3c885a7b86 (diff) | |
download | postgresql-6a605cd6bd9f689b35676623add0de9b90978bf1.tar.gz postgresql-6a605cd6bd9f689b35676623add0de9b90978bf1.zip |
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Report by Robert Haas
Diffstat (limited to 'contrib/intarray')
-rw-r--r-- | contrib/intarray/_int_op.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/intarray/_int_op.c b/contrib/intarray/_int_op.c index 70849be57f4..537174175b2 100644 --- a/contrib/intarray/_int_op.c +++ b/contrib/intarray/_int_op.c @@ -6,7 +6,6 @@ #include "_int.h" - PG_MODULE_MAGIC; PG_FUNCTION_INFO_V1(_int_different); |