summaryrefslogtreecommitdiffstats
path: root/tools/sed-callbacks
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-08 09:05:33 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-08 09:05:33 +0100
commit3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac (patch)
tree993abdbea8c509c490073eff533dfb234ece6894 /tools/sed-callbacks
parent3c4b776eca52ed170fa599ec125366a9ee7f2bc5 (diff)
downloadffi-efl-3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac.zip
ffi-efl-3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac.tar.gz
tools/sed-* replace '\t' with ' '
Diffstat (limited to 'tools/sed-callbacks')
-rw-r--r--tools/sed-callbacks1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sed-callbacks b/tools/sed-callbacks
index f94309c..999d2d7 100644
--- a/tools/sed-callbacks
+++ b/tools/sed-callbacks
@@ -23,5 +23,6 @@ T;h
# drop \n
s/\n//g
# replace multi spaces with one
+s/\t/ /g
s/ {2,}/ /g
p