summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-17 16:55:23 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:11:36 +0100
commit5ea8d98d85c1ff453f3279e901a571e45b818f0e (patch)
tree5ddacedb559748b772aa5e298c0fc3f66462d5fe /tools
parent482975f3b6f7d2075b5d3b0b63c8cf30999ef633 (diff)
downloadtelepathy-account-widgets-5ea8d98d85c1ff453f3279e901a571e45b818f0e.tar.gz
check-whitespace.sh: enable the TAB checking again
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tools')
-rw-r--r--tools/check-whitespace.sh11
1 files changed, 5 insertions, 6 deletions
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