Change ALSA device default to 'default' from hw:0
[zynaddsubfx-code.git] / style.sh
blob08d93ee2efa732ea23bdec92c888a458970e6297
1 #!/bin/sh
2 uncrustify -c style.cfg --no-backup -l CPP `find . | grep -e "\.h$"`
3 uncrustify -c style.cfg --no-backup -l CPP `find . | grep -e "\.cpp$"`
4 #cover nsm code
5 uncrustify -c style.cfg --no-backup -l CPP `find . | grep -e "\.H$"`
6 uncrustify -c style.cfg --no-backup -l CPP `find . | grep -e "\.C$"`