From 8750c21d6838bd83065f735470fb96de867ed31f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 17 Sep 2012 10:26:43 +0200 Subject: sync tools/* with tp-glib master Fix extensions/Makefile.am to build with the new tools. --- tools/check-whitespace.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/check-whitespace.sh') diff --git a/tools/check-whitespace.sh b/tools/check-whitespace.sh index 489322f9c..84356f20b 100644 --- a/tools/check-whitespace.sh +++ b/tools/check-whitespace.sh @@ -8,12 +8,6 @@ then fail=1 fi -if grep -n ' $' "$@" -then - echo "^^^ The above files contain unwanted trailing tabs" - fail=1 -fi - # TODO: enable tab checking once all Empathy switched to TP coding style #if grep -n ' ' "$@" #then -- cgit v1.2.3