From 9df5b598ec2aa715dea8d61fc261186968222c4e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Apr 2020 00:37:15 +0900 Subject: [PATCH] Removed style scripts, they are still available on master branch. Signed-off-by: Michele Calgaro --- astyle/beautify_source_tree | 29 ----------------------------- astyle/tde_astylerc | 14 -------------- 2 files changed, 43 deletions(-) delete mode 100755 astyle/beautify_source_tree delete mode 100644 astyle/tde_astylerc diff --git a/astyle/beautify_source_tree b/astyle/beautify_source_tree deleted file mode 100755 index 0628a8e..0000000 --- a/astyle/beautify_source_tree +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -if [[ $1 == "" ]]; then - echo "Please specify the source directory to beautify" - exit 1 -fi - -ASTYLEARGS=$( cat <