diminuer l'indentation pour les fonctions e*

This commit is contained in:
2015-07-17 11:40:12 +04:00
parent d4ac5f7b10
commit 3ee6cb4d7c
2 changed files with 4 additions and 4 deletions

View File

@@ -3167,7 +3167,7 @@ function __t_etitle() {
local __t_title="$1"; shift
local __t_s=0
# etitle
[ -n "$__estack" ] && __tlevel="${__tlevel} "
[ -n "$__estack" ] && __tlevel="${__tlevel} "
__estack="$__estack:t"
if show_info; then
if [ -n "$__t_deferred" ]; then
@@ -3351,7 +3351,7 @@ function eend() {
elif [ "${__estack%:t}" != "$__estack" ]; then
# terminer etitle -s
__estack="${__estack%:t}"
__tlevel="${__tlevel% }"
__tlevel="${__tlevel% }"
fi
}
function __elinedots() {