[postgis-tickets] r15845 - Guard .proto file for not getting trailing blanks

Sandro Santilli strk at kbt.io
Tue Sep 26 22:46:56 PDT 2017


Author: strk
Date: 2017-09-26 22:46:56 -0700 (Tue, 26 Sep 2017)
New Revision: 15845

Modified:
   trunk/GNUmakefile.in
Log:
Guard .proto file for not getting trailing blanks

Modified: trunk/GNUmakefile.in
===================================================================
--- trunk/GNUmakefile.in	2017-09-27 05:46:49 UTC (rev 15844)
+++ trunk/GNUmakefile.in	2017-09-27 05:46:56 UTC (rev 15845)
@@ -38,7 +38,7 @@
 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 | \



More information about the postgis-tickets mailing list