]> granicus.if.org Git - postgis/commitdiff
Ignore vector_tile.pb-c when checking for trailing blanks
authorSandro Santilli <strk@kbt.io>
Tue, 26 Sep 2017 16:20:30 +0000 (16:20 +0000)
committerSandro Santilli <strk@kbt.io>
Tue, 26 Sep 2017 16:20:30 +0000 (16:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15830 b70326c6-7e19-0410-871a-916f4a2858ee

GNUmakefile.in

index 903a54af31075980ee5f2054474d44761890bb6f..878548e5982f1df67d88572dbb1c3a331334a4fc 100644 (file)
@@ -41,6 +41,7 @@ check-no-trailing-blanks:
        ! 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:]]$$'