]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sctp.c
IPv6: Print the protocol name before any test
[tcpdump] / print-sctp.c
index cc5bee4ff6f4ebab7cb871e62bd433017dbd2fca..2b340afae43f7425970eccecd3f866a5b2e195f3 100644 (file)
@@ -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;