From 886dae5c9b82fd47f85356b1b4959d7b60a73dc2 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 26 Sep 2017 16:20:30 +0000 Subject: [PATCH] Ignore vector_tile.pb-c when checking for trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15830 b70326c6-7e19-0410-871a-916f4a2858ee --- GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index 903a54af3..878548e59 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -41,6 +41,7 @@ check-no-trailing-blanks: ! find . -name '*.c' -o -name '*.h' | \ grep -v lwin_wkt_lex.c | \ grep -v lwin_wkt_parse | \ + grep -v vector_tile.pb-c | \ grep -v postgis/sqldefines.h | \ xargs grep -n '[[:space:]]$$' -- 2.40.0