one line per variable type

This commit is contained in:
Dirk 2017-03-29 10:44:22 +02:00
parent 2f8bc2e77a
commit 05ea5675b8

View File

@ -1229,7 +1229,8 @@ out_row_aligned_max_width() {
local -i max_width="$3"
local -i i len
local cr=$'\n'
local line first=true
local line
local first=true
max_width=$max_width-${#spaces}
len=${#text}