summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-03-13 13:20:32 -0700
committerSage Weil <sage@newdream.net>2008-03-13 13:20:32 -0700
commita4e95cc51221475e80b0780a4823cc945491f48e (patch)
tree980151fcb4acda3b8cc948448c598a2cc6429fef /src/script
parentd92a0a914046ba30b614709153098a519aa135c6 (diff)
downloadceph-a4e95cc51221475e80b0780a4823cc945491f48e.tar.gz
client: cleanup
Diffstat (limited to 'src/script')
-rwxr-xr-xsrc/script/strip_trailing_whitespace.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/strip_trailing_whitespace.sh b/src/script/strip_trailing_whitespace.sh
index 2d24dcfea86..11a99f71bf9 100755
--- a/src/script/strip_trailing_whitespace.sh
+++ b/src/script/strip_trailing_whitespace.sh
@@ -1,3 +1,4 @@
#!/bin/sh
sed -i 's/[ \t]*$//' $1
+sed -i 's/ /\t/s' $1