From 741b88eda71c80701366dffecd7fa665ee47060c Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sun, 17 Sep 2017 20:59:27 +0000 Subject: [PATCH] Fix check-no-trailing-blanks to check for .c, not .cpp files git-svn-id: http://svn.osgeo.org/postgis/trunk@15751 b70326c6-7e19-0410-871a-916f4a2858ee --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 010b0aad0..2374fdcd6 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 '*.cpp' -o -name '*.h' | \ + ! find . -name '*.c' -o -name '*.h' | \ grep -vf .gitignore | \ xargs grep -Pn '[\t ]$$' -- 2.50.0