From 91debabf3f0697c1ebda2dd1afc051d9acc6ab79 Mon Sep 17 00:00:00 2001 From: Be Date: Wed, 13 Jan 2021 05:16:58 -0600 Subject: [PATCH] remove unused and undocumented fixdir.bat & fixfile.bat --- fixdir.bat | 19 ------------------- fixfile.bat | 7 ------- 2 files changed, 26 deletions(-) delete mode 100755 fixdir.bat delete mode 100755 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 -- 2.43.0