From ff4af2069a7d1f56cbcd4292e3d25ddb41a19b0b Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Wed, 19 Apr 2023 21:55:53 +0200 Subject: Put "{" at end of line with "switch" to keep a consistent style [skip ci] --- print-tipc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'print-tipc.c') 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: -- cgit v1.2.1