netstat: fix table header alignment for -x

Add a missing space before R-HIWA to align the table header with
the table contents.

Reviewed by:		rrs, cc
MFC after:		3 days
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D49941
This commit is contained in:
Michael Tuexen 2025-04-21 18:23:19 +02:00
parent 9bb0dd4b8b
commit 4294f7946e

View file

@ -337,7 +337,7 @@ protopr(u_long off, const char *name, int af1, int proto)
xo_emit(" {T:/%-11.11s}", "(state)");
}
if (xflag) {
xo_emit("{T:/%-6.6s} {T:/%-6.6s} "
xo_emit(" {T:/%-6.6s} {T:/%-6.6s} "
"{T:/%-6.6s} {T:/%-6.6s} {T:/%-6.6s} "
"{T:/%-6.6s} {T:/%-6.6s} {T:/%-6.6s}",
"R-HIWA", "S-HIWA", "R-LOWA", "S-LOWA",