8000 Adjust blank lines around PG_MODULE_MAGIC defines, for consistency · postgrespro/postgres@6a605cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a605cd

Browse files
committed
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Report by Robert Haas
1 parent 5b214c5 commit 6a605cd

File tree

24 files changed

+3
-27
lines changed

24 files changed

+3
-27
lines changed

contrib/dict_int/dict_int.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
PG_MODULE_MAGIC;
1919

20-
2120
typedef struct
2221
{
2322
int maxlen;

contrib/earthdistance/earthdistance.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#define M_PI 3.14159265358979323846
1111
#endif
1212

13-
1413
PG_MODULE_MAGIC;
1514

1615
/* Earth's radius is in statute miles. */

contrib/intarray/_int_op.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
#include "_int.h"
88

9-
109
PG_MODULE_MAGIC;
1110

1211
PG_FUNCTION_INFO_V1(_int_different);

contrib/lo/lo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "libpq/be-fsstubs.h"
1313
#include "utils/rel.h"
1414

15-
1615
PG_MODULE_MAGIC;
1716

1817
#define atooid(x) ((Oid) strtoul((x), NULL, 10))

contrib/passwordcheck/passwordcheck.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "fmgr.h"
2525
#include "libpq/md5.h"
2626

27-
2827
PG_MODULE_MAGIC;
2928

3029
/* passwords shorter than this will be rejected */

contrib/pg_buffercache/pg_buffercache_pages.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
PG_MODULE_MAGIC;
2121

22-
2322
/*
2423
* Record structure holding the to be exposed cache data.
2524
*/

contrib/pg_freespacemap/pg_freespacemap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "funcapi.h"
1212
#include "storage/freespace.h"
1313

14-
1514
PG_MODULE_MAGIC;
1615

1716
/*

contrib/pg_stat_statements/pg_stat_statements.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
#include "utils/builtins.h"
7777
#include "utils/memutils.h"
7878

79-
8079
PG_MODULE_MAGIC;
8180

8281
/* Location of permanent stats file (valid when database is shut down) */

contrib/pg_trgm/trgm_op.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "tsearch/ts_locale.h"
1212
#include "utils/memutils.h"
1313

14-
1514
PG_MODULE_MAGIC;
1615

1716
float4 trgm_limit = 0.3f;

contrib/pgrowlocks/pgrowlocks.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include "utils/snapmgr.h"
3939
#include "utils/tqual.h"
4040

41-
4241
PG_MODULE_MAGIC;
4342

4443
PG_FUNCTION_INFO_V1(pgrowlocks);

0 commit comments

Comments
 (0)
0