nfs: Fix style in switch

Change-Id: Ica9fc960946542badb64af12769e7dfa3793db82
Signed-off-by: Tom Haynes <loghyr@primarydata.com>
Reviewed-on: https://code.wireshark.org/review/17397
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Tom Haynes 2016-08-30 10:47:13 -07:00 committed by Michael Mann
parent d781979550
commit 436ed87580
1 changed files with 2 additions and 1 deletions

View File

@ -11165,6 +11165,7 @@ dissect_nfs4_cb_request(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tre
offset = dissect_nfs4_fh(tvb, offset, pinfo, newftree, "FileHandle", NULL, civ);
break;
case NFS4_OP_CB_GETATTR:
break;
case NFS4_OP_CB_LAYOUTRECALL:
offset = dissect_nfs4_cb_layoutrecall(tvb, offset, newftree, pinfo, civ);
break;
@ -11173,7 +11174,7 @@ dissect_nfs4_cb_request(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tre
case NFS4_OP_CB_RECALL_ANY:
case NFS4_OP_CB_RECALLABLE_OBJ_AVAIL:
case NFS4_OP_CB_RECALL_SLOT:
break;
break;
case NFS4_OP_CB_SEQUENCE:
offset = dissect_nfs4_sessionid(tvb, offset, newftree);
offset = dissect_rpc_uint32(tvb, newftree, hf_nfs4_seqid, offset);