annotate src/portaudio_20140130/fixfile.bat @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents e3d5853d5918
children
rev   line source
cannam@124 1 rem Use Astyle to fix style in a file
cannam@124 2 fixlines -p %1%
cannam@124 3 astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1%
cannam@124 4 del %1%.orig
cannam@124 5 @rem convert line terminators to Unix style LFs
cannam@124 6 fixlines -u %1%
cannam@124 7 del %1%.bak