summaryrefslogtreecommitdiff
path: root/print-tipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-tipc.c')
-rw-r--r--print-tipc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/print-tipc.c b/print-tipc.c
index 54179a4e..f490ce28 100644
--- a/print-tipc.c
+++ b/print-tipc.c
@@ -327,8 +327,7 @@ tipc_print(netdissect_options *ndo, const u_char *bp, u_int length _U_,
w0 = GET_BE_U_4(ap->w0);
user = TIPC_USER(w0);
- switch (user)
- {
+ switch (user) {
case TIPC_USER_LOW_IMPORTANCE:
case TIPC_USER_MEDIUM_IMPORTANCE:
case TIPC_USER_HIGH_IMPORTANCE: