From 3adaacad117b23abaf93a5332d538037420e1daa Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Fri, 31 Oct 2025 14:01:50 -0400 Subject: [PATCH] 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 c5af39d540e..dcd39bca270 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 ? ", " : "");