aboutsummaryrefslogtreecommitdiff
path: root/contrib/cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cleanup')
-rw-r--r--contrib/cleanup/tab2spaces.sh2
-rw-r--r--contrib/cleanup/whitespace.sh2
2 files changed, 0 insertions, 4 deletions
diff --git a/contrib/cleanup/tab2spaces.sh b/contrib/cleanup/tab2spaces.sh
deleted file mode 100644
index 1022be7905c..00000000000
--- a/contrib/cleanup/tab2spaces.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-# Be sure to specify files instead of * when running the script.
-perl -p -i -e "s/\t/ /g" *
diff --git a/contrib/cleanup/whitespace.sh b/contrib/cleanup/whitespace.sh
deleted file mode 100644
index a351e25359b..00000000000
--- a/contrib/cleanup/whitespace.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-# Be sure to specify files instead of * when running the script.
-perl -p -i -e "s/ +$//g" *