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