From c3d59b655f93fbfe1671269c360b1da973e4405e Mon Sep 17 00:00:00 2001 From: David Cooper Date: Tue, 21 Feb 2017 13:46:59 -0500 Subject: [PATCH] Add $CORRECT_SPACES to indentation --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 7365621..2784844 100755 --- a/testssl.sh +++ b/testssl.sh @@ -12193,7 +12193,7 @@ display_rdns_etc() { further_ip_addrs+="$ip " fi done - out_row_aligned_max_width "$further_ip_addrs" " " $TERM_WIDTH out + out_row_aligned_max_width "$further_ip_addrs" " $CORRECT_SPACES" $TERM_WIDTH out outln fi if "$LOCAL_A"; then @@ -12203,7 +12203,7 @@ display_rdns_etc() { fi if [[ -n "$rDNS" ]]; then printf " %-23s %s" "rDNS ($nodeip):" - out_row_aligned_max_width "$rDNS" " " $TERM_WIDTH out + out_row_aligned_max_width "$rDNS" " $CORRECT_SPACES" $TERM_WIDTH out fi }