소스 검색

Minor
- Two statements on the same line

Stéphane Raimbault 17 년 전
부모
커밋
4cf22c31f7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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);