Fix indentation.

Change-Id: I5ffe068753e549ac5f3159a3e026da3ae0a368f4
Reviewed-on: https://code.wireshark.org/review/13201
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-01-11 20:31:44 -08:00
parent 0086e5bca9
commit 3c37c8dd63
1 changed files with 2 additions and 2 deletions

View File

@ -1077,7 +1077,7 @@ dissect_modbus_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *modbus_tre
default:
if (payload_len > 1)
dissect_modbus_data(tvb, pinfo, modbus_tree, function_code, payload_start, payload_len-1, register_format, reg_base);
break;
break;
}
break;
@ -1414,7 +1414,7 @@ dissect_modbus_response(tvbuff_t *tvb, packet_info *pinfo, proto_tree *modbus_tr
default:
if (payload_len > 1)
dissect_modbus_data(tvb, pinfo, modbus_tree, function_code, payload_start, payload_len-1, register_format, reg_base);
break;
break;
} /* mei_code */
break;