]> git.0d.be Git - empathy.git/blobdiff - tools/check-whitespace.sh
sort contacts by most recent event
[empathy.git] / tools / check-whitespace.sh
index 489322f9ca0c97931ed3aa353ffdd17ed02d9a14..84356f20b9e3e8e3974681709d7d96edefc048bf 100644 (file)
@@ -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