From: Sandro Santilli Date: Wed, 27 Sep 2017 05:46:56 +0000 (+0000) Subject: Guard .proto file for not getting trailing blanks X-Git-Tag: 2.5.0alpha~492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=521fa488c463f26d3feb7b2b385050bcf0c18cd1;p=postgis Guard .proto file for not getting trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15845 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 | \