ddb: whitespace change
No functional change intended. MFC after: 3 days Sponsored by: Netflix, Inc.
This commit is contained in:
@@ -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 ? ", " : "");
|
||||
|
||||
Reference in New Issue
Block a user