summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian2014-07-10 18:02:08 +0000
committerBruce Momjian2014-07-10 18:02:08 +0000
commit6a605cd6bd9f689b35676623add0de9b90978bf1 (patch)
treea7876f3ecd6b6c56ffffd68fbaf60d69117dfaf7 /src
parent5b214c5dd1de37764797b3fb9164af3c885a7b86 (diff)
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Report by Robert Haas
Diffstat (limited to 'src')
-rw-r--r--src/backend/snowball/dict_snowball.c1
-rw-r--r--src/pl/plperl/plperl.c1
-rw-r--r--src/tutorial/complex.c1
-rw-r--r--src/tutorial/funcs.c1
-rw-r--r--src/tutorial/funcs_new.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/snowball/dict_snowball.c b/src/backend/snowball/dict_snowball.c
index 37d2966359..545c98c9c6 100644
--- a/src/backend/snowball/dict_snowball.c
+++ b/src/backend/snowball/dict_snowball.c
@@ -58,7 +58,6 @@
#include "snowball/libstemmer/stem_UTF_8_swedish.h"
#include "snowball/libstemmer/stem_UTF_8_turkish.h"
-
PG_MODULE_MAGIC;
PG_FUNCTION_INFO_V1(dsnowball_init);
diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c
index d57189fe1e..1d025d4653 100644
--- a/src/pl/plperl/plperl.c
+++ b/src/pl/plperl/plperl.c
@@ -60,7 +60,6 @@ EXTERN_C void boot_PostgreSQL__InServer__SPI(pTHX_ CV *cv);
PG_MODULE_MAGIC;
-
/**********************************************************************
* Information associated with a Perl interpreter. We have one interpreter
* that is used for all plperlu (untrusted) functions. For plperl (trusted)
diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c
index 922784004e..a263110cd2 100644
--- a/src/tutorial/complex.c
+++ b/src/tutorial/complex.c
@@ -12,7 +12,6 @@
#include "fmgr.h"
#include "libpq/pqformat.h" /* needed for send/recv functions */
-
PG_MODULE_MAGIC;
typedef struct Complex
diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c
index e581275856..61ad1417a8 100644
--- a/src/tutorial/funcs.c
+++ b/src/tutorial/funcs.c
@@ -18,7 +18,6 @@
PG_MODULE_MAGIC;
-
/* These prototypes just prevent possible warnings from gcc. */
int add_one(int arg);
diff --git a/src/tutorial/funcs_new.c b/src/tutorial/funcs_new.c
index c8ef458226..abe409b859 100644
--- a/src/tutorial/funcs_new.c
+++ b/src/tutorial/funcs_new.c
@@ -16,7 +16,6 @@
#include "executor/executor.h" /* for GetAttributeByName() */
#include "utils/geo_decls.h" /* for point type */
-
PG_MODULE_MAGIC;
/* These prototypes just prevent possible warnings from gcc. */