]> granicus.if.org Git - postgresql/blobdiff - contrib/test_shm_mq/test.c
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
[postgresql] / contrib / test_shm_mq / test.c
index 8750bae8dbf448ee65e4dd594dbc703d10c0e527..95d620f7569ce56157d35da986f08066a25a2437 100644 (file)
@@ -18,7 +18,9 @@
 
 #include "test_shm_mq.h"
 
-PG_MODULE_MAGIC; PG_FUNCTION_INFO_V1(test_shm_mq);
+PG_MODULE_MAGIC;
+
+PG_FUNCTION_INFO_V1(test_shm_mq);
 PG_FUNCTION_INFO_V1(test_shm_mq_pipelined);
 
 void           _PG_init(void);