소스 검색

[Ymodem]Change tabs to space.

armink 11 년 전
부모
커밋
762f18d743
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      components/utilities/ymodem/ymodem.h

+ 2 - 2
components/utilities/ymodem/ymodem.h

@@ -134,7 +134,7 @@ struct rym_ctx
  * second.
  */
 rt_err_t rym_recv_on_device(struct rym_ctx *ctx, rt_device_t dev, rt_uint16_t oflag,
-		rym_callback on_begin, rym_callback on_data, rym_callback on_end,
-		int handshake_timeout);
+        rym_callback on_begin, rym_callback on_data, rym_callback on_end,
+        int handshake_timeout);
 
 #endif