From: Be Date: Wed, 13 Jan 2021 11:16:58 +0000 (-0600) Subject: remove unused and undocumented fixdir.bat & fixfile.bat X-Git-Tag: v19.7.0~63 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=91debabf3f0697c1ebda2dd1afc051d9acc6ab79;p=portaudio remove unused and undocumented fixdir.bat & fixfile.bat --- diff --git a/fixdir.bat b/fixdir.bat deleted file mode 100755 index 92d6c74..0000000 --- a/fixdir.bat +++ /dev/null @@ -1,19 +0,0 @@ -rem Use Astyle to fix style in 'C' files -cd %1% - -fixlines -p *.c -fixlines -p *.cpp -fixlines -p *.cc - -astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.c -astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cpp -astyle --style=ansi -c -o --convert-tabs --indent-preprocessor *.cc -del *.orig -@rem convert line terminators to Unix style LFs -fixlines -u *.c -fixlines -u *.cpp -fixlines -u *.cc -fixlines -u *.h -del *.bak - -cd ..\ diff --git a/fixfile.bat b/fixfile.bat deleted file mode 100755 index 48f6fbc..0000000 --- a/fixfile.bat +++ /dev/null @@ -1,7 +0,0 @@ -rem Use Astyle to fix style in a file -fixlines -p %1% -astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1% -del %1%.orig -@rem convert line terminators to Unix style LFs -fixlines -u %1% -del %1%.bak