summaryrefslogtreecommitdiff
path: root/print-tipc.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-04-19 21:55:53 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-04-19 22:03:17 +0200
commitff4af2069a7d1f56cbcd4292e3d25ddb41a19b0b (patch)
treefa0f9d12d79bea9e600c1a7e4fe732767fd9b921 /print-tipc.c
parentcc848f15355cbc346f9f73129ca689611ef5459b (diff)
downloadtcpdump-ff4af2069a7d1f56cbcd4292e3d25ddb41a19b0b.tar.gz
Put "{" at end of line with "switch" to keep a consistent style
[skip ci]
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: