summaryrefslogtreecommitdiffstats
blob: 9ffc1c78d9bc54c715b13ddb93b4e012ba52e114 (plain)
1
2
3
4
5
6
7
#!/bin/sh

echo "Checking tabs ..."
if ! BuildTools/CheckTabs.py; then
	echo "Expanded tabs found. Aborting commit."
	exit -1
fi