Commit dd82e6de authored by Dylan Araps's avatar Dylan Araps

Fix whitespace take 2

parent ac9c0a80
......@@ -2801,7 +2801,8 @@ getlinebreak () {
# of special characters.
trim() {
set -f
builtin echo -En $1
builtin echo -En ${1//
}
set +f
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment