removing useless space

This commit is contained in:
François Schmidts 2013-05-15 23:02:06 +02:00
parent fe6d9f3ebe
commit d5c276d0fc

View File

@ -1174,7 +1174,7 @@ _lp_load_color()
if [[ $load -ge $LP_LOAD_THRESHOLD ]]
then
local ret="$(_lp_color_map $load) ${LP_MARK_LOAD}"
local ret="$(_lp_color_map $load)${LP_MARK_LOAD}"
if [[ "$LP_PERCENTS_ALWAYS" -eq "1" ]]; then
if $_LP_SHELL_bash; then