X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2b3f0b4eb67093dad6ad8974ef8381fea7a2bcb2..4da3308f277b7cb520a0edf43b2cca2bc0ed2e29:/print-sctp.c diff --git a/print-sctp.c b/print-sctp.c index cc5bee4f..2b340afa 100644 --- a/print-sctp.c +++ b/print-sctp.c @@ -550,8 +550,7 @@ sctp_print(netdissect_options *ndo, chunkID = GET_U_1(chunkDescPtr->chunkID); ND_PRINT("[%s] ", tok2str(sctp_chunkid_str, "Unknown chunk type: 0x%x", chunkID)); - switch (chunkID) - { + switch (chunkID) { case SCTP_DATA : { const struct sctpDataPart *dataHdrPtr;