mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-19 15:09:30 +01:00
Add $CORRECT_SPACES to indentation
This commit is contained in:
parent
62db2ae6bf
commit
c3d59b655f
@ -12193,7 +12193,7 @@ display_rdns_etc() {
|
|||||||
further_ip_addrs+="$ip "
|
further_ip_addrs+="$ip "
|
||||||
fi
|
fi
|
||||||
done
|
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
|
outln
|
||||||
fi
|
fi
|
||||||
if "$LOCAL_A"; then
|
if "$LOCAL_A"; then
|
||||||
@ -12203,7 +12203,7 @@ display_rdns_etc() {
|
|||||||
fi
|
fi
|
||||||
if [[ -n "$rDNS" ]]; then
|
if [[ -n "$rDNS" ]]; then
|
||||||
printf " %-23s %s" "rDNS ($nodeip):"
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user