1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Adjust blank lines around PG_MODULE_MAGIC defines, for consistency

Report by Robert Haas
This commit is contained in:
Bruce Momjian
2014-07-10 14:02:08 -04:00
parent 5b214c5dd1
commit 6a605cd6bd
24 changed files with 3 additions and 27 deletions

View File

@ -12,7 +12,6 @@
#include "fmgr.h"
#include "libpq/pqformat.h" /* needed for send/recv functions */
PG_MODULE_MAGIC;
typedef struct Complex

View File

@ -18,7 +18,6 @@
PG_MODULE_MAGIC;
/* These prototypes just prevent possible warnings from gcc. */
int add_one(int arg);

View File

@ -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. */