From: Sandro Santilli Date: Tue, 26 Sep 2017 14:09:46 +0000 (+0000) Subject: Remove trailing blank from postgis_config.h.in, prevent them X-Git-Tag: 2.5.0alpha~498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d503cce1a3ecad3398f8add018b8a4116df7ec2;p=postgis Remove trailing blank from postgis_config.h.in, prevent them git-svn-id: http://svn.osgeo.org/postgis/trunk@15829 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 0c7fd8af9..903a54af3 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -41,7 +41,6 @@ check-no-trailing-blanks: ! 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:]]$$' diff --git a/postgis_config.h.in b/postgis_config.h.in index 47b057852..6ba1eb6be 100644 --- a/postgis_config.h.in +++ b/postgis_config.h.in @@ -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