From 521fa488c463f26d3feb7b2b385050bcf0c18cd1 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 27 Sep 2017 05:46:56 +0000 Subject: [PATCH] Guard .proto file for not getting trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15845 b70326c6-7e19-0410-871a-916f4a2858ee --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 878548e59..be777d37d 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -38,7 +38,7 @@ test: check check: all docs-check check-no-trailing-blanks check-no-trailing-blanks: - ! find . -name '*.c' -o -name '*.h' | \ + ! find . -name '*.c' -o -name '*.h' -o -name '*.proto' | \ grep -v lwin_wkt_lex.c | \ grep -v lwin_wkt_parse | \ grep -v vector_tile.pb-c | \ -- 2.40.0