One time whitespace fixup.

for f in $(find src include -name '*.[ch]'); do
  expand -t 8 $f > $tmp; mv $tmp $f;
done
This commit is contained in:
Arun Sharma 2014-09-20 09:03:10 -07:00
parent 06e608d043
commit 781d5d5263
275 changed files with 7649 additions and 7649 deletions