one line per variable type
This commit is contained in:
parent
2f8bc2e77a
commit
05ea5675b8
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue