Browse Source

Minor
- Two statements on the same line

Stéphane Raimbault 17 năm trước cách đây
mục cha
commit
4cf22c31f7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      modbus/modbus.c

+ 2 - 1
modbus/modbus.c

@@ -595,7 +595,8 @@ static int modbus_check_response(modbus_param_t *mb_param,
                                  uint8_t *response)
 {
         int response_size;
-        int response_size_computed;     int offset = mb_param->header_length;
+        int response_size_computed;     
+        int offset = mb_param->header_length;
         int ret;
 
         response_size_computed = compute_response_size(mb_param, query);