ddb: whitespace change

No functional change intended.

MFC after:	3 days
Sponsored by:	Netflix, Inc.
This commit is contained in:
Michael Tuexen
2025-10-31 14:01:50 -04:00
parent 8bd9a9e9e4
commit 3adaacad11
+3 -3
View File
@@ -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 ? ", " : "");