OSDN Git Service

Adjust blank lines around PG_MODULE_MAGIC defines, for consistency.
authorMasahiko Sawada <sawada.mshk@gmail.com>
Fri, 6 Feb 2015 05:08:39 +0000 (14:08 +0900)
committerMasahiko Sawada <sawada.mshk@gmail.com>
Fri, 6 Feb 2015 05:30:37 +0000 (14:30 +0900)
The architecture of pg_bigm is similar to pg_trgm.
This change is quite small but it need to be applied for
consistency of changing.

This commit is inspried by the change of pg_trgm:
6a605cd6bd9f689b35676623add0de9b90978bf1

Backpatch to all branches.

Beena Emerson

bigm_op.c

index 49d628b..617559b 100644 (file)
--- a/bigm_op.c
+++ b/bigm_op.c
@@ -20,7 +20,6 @@
 #include "tsearch/ts_locale.h"
 #include "utils/array.h"
 
-
 PG_MODULE_MAGIC;
 
 /* Last update date of pg_bigm */