Ver Fonte

Minor
- Two statements on the same line

Stéphane Raimbault há 17 anos atrás
pai
commit
4cf22c31f7
1 ficheiros alterados com 2 adições e 1 exclusões
  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);