[postgis-tickets] r15829 - Remove trailing blank from postgis_config.h.in, prevent them
Sandro Santilli
strk at kbt.io
Tue Sep 26 07:09:46 PDT 2017
Author: strk
Date: 2017-09-26 07:09:46 -0700 (Tue, 26 Sep 2017)
New Revision: 15829
Modified:
trunk/GNUmakefile.in
trunk/postgis_config.h.in
Log:
Remove trailing blank from postgis_config.h.in, prevent them
Modified: trunk/GNUmakefile.in
===================================================================
--- trunk/GNUmakefile.in 2017-09-26 13:57:05 UTC (rev 15828)
+++ trunk/GNUmakefile.in 2017-09-26 14:09:46 UTC (rev 15829)
@@ -41,7 +41,6 @@
! find . -name '*.c' -o -name '*.h' | \
grep -v lwin_wkt_lex.c | \
grep -v lwin_wkt_parse | \
- grep -v postgis_config.h | \
grep -v postgis/sqldefines.h | \
xargs grep -n '[[:space:]]$$'
Modified: trunk/postgis_config.h.in
===================================================================
--- trunk/postgis_config.h.in 2017-09-26 13:57:05 UTC (rev 15828)
+++ trunk/postgis_config.h.in 2017-09-26 14:09:46 UTC (rev 15829)
@@ -3,7 +3,7 @@
#include "postgis_svn_revision.h"
-/* Manually manipulate the POSTGIS_DEBUG_LEVEL, it is not affected by the
+/* Manually manipulate the POSTGIS_DEBUG_LEVEL, it is not affected by the
configure process */
#define POSTGIS_DEBUG_LEVEL 0
More information about the postgis-tickets
mailing list