aboutsummaryrefslogtreecommitdiff
path: root/contrib/cleanup
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-06-07 00:13:48 +0200
committerXTZGZoReX <none@none>2010-06-07 00:13:48 +0200
commit4ee29a2a0d1560d9779cbe5cc2385cbc0fba528d (patch)
tree4ecef28c9afcca2792b344e441c7af0e6a48aa49 /contrib/cleanup
parente548d60b4e41019f585f867a23e623a60a424b75 (diff)
* Rename contrib to opt.
--HG-- branch : trunk
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" *