From 6a605cd6bd9f689b35676623add0de9b90978bf1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 10 Jul 2014 14:02:08 -0400 Subject: Adjust blank lines around PG_MODULE_MAGIC defines, for consistency Report by Robert Haas --- contrib/postgres_fdw/postgres_fdw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/postgres_fdw/postgres_fdw.c') diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 7dd43a99379..56374905f5b 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -37,7 +37,6 @@ #include "utils/lsyscache.h" #include "utils/memutils.h" - PG_MODULE_MAGIC; /* Default CPU cost to start up a foreign query. */ -- cgit v1.2.3