aboutsummaryrefslogtreecommitdiff
path: root/contrib/cleanup/tab2spaces.sh
blob: 278718604a66383681fc8e8f88acfcd42e1bef82 (plain)
1
2
#!/bin/bash
perl -wpi -e "s/\t/    /g" $1