aha, that's where it was ignoring spaces. i actually don't want to lose lines
[feisty_meow.git] / scripts / opensim / indent_lsl.sh
1 #/bin/bash
2 for i in $*; do
3   indent -nut -i4 -br $i
4 done