git: 3adaacad117b - main - ddb: whitespace change

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Fri, 31 Oct 2025 18:03:45 UTC
The branch main has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=3adaacad117b23abaf93a5332d538037420e1daa

commit 3adaacad117b23abaf93a5332d538037420e1daa
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2025-10-31 18:01:50 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-10-31 18:03:35 +0000

    ddb: whitespace change
    
    No functional change intended.
    
    MFC after:      3 days
    Sponsored by:   Netflix, Inc.
---
 sys/netinet/in_pcb.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index c5af39d540e4..dcd39bca2704 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -3158,15 +3158,15 @@ db_print_inpflags(int inp_flags)
 	}
 	if (inp_flags & INP_ONESBCAST) {
 		db_printf("%sINP_ONESBCAST", comma ? ", " : "");
-		comma  = 1;
+		comma = 1;
 	}
 	if (inp_flags & INP_DROPPED) {
 		db_printf("%sINP_DROPPED", comma ? ", " : "");
-		comma  = 1;
+		comma = 1;
 	}
 	if (inp_flags & INP_SOCKREF) {
 		db_printf("%sINP_SOCKREF", comma ? ", " : "");
-		comma  = 1;
+		comma = 1;
 	}
 	if (inp_flags & INP_RESERVED_0) {
 		db_printf("%sINP_RESERVED_0", comma ? ", " : "");