From 9d503cce1a3ecad3398f8add018b8a4116df7ec2 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 26 Sep 2017 14:09:46 +0000 Subject: [PATCH] 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 --- GNUmakefile.in | 1 - postgis_config.h.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.40.0