diff options
Diffstat (limited to 'contrib/cleanup/tab2spaces.sh')
-rw-r--r-- | contrib/cleanup/tab2spaces.sh | 2 |
1 files changed, 0 insertions, 2 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" * |