Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20140130/fixfile.bat @ 48:9530b331f8c1
Add Cap'n Proto source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 25 Oct 2016 11:17:01 +0100 |
parents | 7ddb4fc30dac |
children |
rev | line source |
---|---|
Chris@39 | 1 rem Use Astyle to fix style in a file |
Chris@39 | 2 fixlines -p %1% |
Chris@39 | 3 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1% |
Chris@39 | 4 del %1%.orig |
Chris@39 | 5 @rem convert line terminators to Unix style LFs |
Chris@39 | 6 fixlines -u %1% |
Chris@39 | 7 del %1%.bak |