diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-08 09:05:33 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-08 09:05:33 +0100 |
commit | 3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac (patch) | |
tree | 993abdbea8c509c490073eff533dfb234ece6894 /tools/sed-types | |
parent | 3c4b776eca52ed170fa599ec125366a9ee7f2bc5 (diff) | |
download | ffi-efl-3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac.zip ffi-efl-3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac.tar.gz |
tools/sed-* replace '\t' with ' '
Diffstat (limited to 'tools/sed-types')
-rw-r--r-- | tools/sed-types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sed-types b/tools/sed-types index 730d597..6b87bf3 100644 --- a/tools/sed-types +++ b/tools/sed-types @@ -25,5 +25,6 @@ H;x # remove \n s/\n/ /g # replace multi spaces with one ... +s/\t/ /g s/ {2,}/ /g p |