diff options
Diffstat (limited to 'contrib/cleanTabs')
-rwxr-xr-x | contrib/cleanTabs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/cleanTabs b/contrib/cleanTabs deleted file mode 100755 index 215913a90ace4..0000000000000 --- a/contrib/cleanTabs +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -sed -i '' $'s/\t/ /g' ../lib/**/*.{h,c} ../programs/*.{h,c} ../tests/*.c ./**/*.{h,cpp} ../examples/*.c ../zlibWrapper/*.{h,c} |