[postgis-tickets] r15830 - Ignore vector_tile.pb-c when checking for trailing blanks
Sandro Santilli
strk at kbt.io
Tue Sep 26 09:20:30 PDT 2017
Author: strk
Date: 2017-09-26 09:20:30 -0700 (Tue, 26 Sep 2017)
New Revision: 15830
Modified:
trunk/GNUmakefile.in
Log:
Ignore vector_tile.pb-c when checking for trailing blanks
Modified: trunk/GNUmakefile.in
===================================================================
--- trunk/GNUmakefile.in 2017-09-26 14:09:46 UTC (rev 15829)
+++ trunk/GNUmakefile.in 2017-09-26 16:20:30 UTC (rev 15830)
@@ -41,6 +41,7 @@
! 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:]]$$'
More information about the postgis-tickets
mailing list