From 5ea8d98d85c1ff453f3279e901a571e45b818f0e Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Fri, 17 May 2013 16:55:23 +0100 Subject: check-whitespace.sh: enable the TAB checking again https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- tools/check-whitespace.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'tools') diff --git a/tools/check-whitespace.sh b/tools/check-whitespace.sh index 84356f20..53483312 100644 --- a/tools/check-whitespace.sh +++ b/tools/check-whitespace.sh @@ -8,11 +8,10 @@ then fail=1 fi -# TODO: enable tab checking once all Empathy switched to TP coding style -#if grep -n ' ' "$@" -#then -# echo "^^^ The above files contain tabs" -# fail=1 -#fi +if grep -n ' ' "$@" +then + echo "^^^ The above files contain tabs" + fail=1 +fi exit $fail -- cgit v1.2.1