summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c5515a3)
prepare_space() no longer needs to insert initial space.
-#### Filter that inserts initial whitespace and converts non-breakable
-#### space U+00A0 to an ASCII space.
+#### Filter that converts non-breakable space U+00A0 to an ASCII space.
- sed 's/^/ /; s/'"`printf '\\302\\240'`"'/ /g'
+ sed 's/'"`printf '\\302\\240'`"'/ /g'
}
#### check() requires two arguments, each the name of a file to be
}
#### check() requires two arguments, each the name of a file to be