[postgis-tickets] r15832 - Ignore vector_tile.pb-c when checking for trailing blanks
Sandro Santilli
strk at kbt.io
Tue Sep 26 09:23:36 PDT 2017
Author: strk
Date: 2017-09-26 09:23:36 -0700 (Tue, 26 Sep 2017)
New Revision: 15832
Modified:
branches/2.4/GNUmakefile.in
Log:
Ignore vector_tile.pb-c when checking for trailing blanks
Modified: branches/2.4/GNUmakefile.in
===================================================================
--- branches/2.4/GNUmakefile.in 2017-09-26 16:23:29 UTC (rev 15831)
+++ branches/2.4/GNUmakefile.in 2017-09-26 16:23:36 UTC (rev 15832)
@@ -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