From 762f18d743580b4b8f3a7954d481dcbe1d2ecf30 Mon Sep 17 00:00:00 2001 From: armink Date: Sun, 14 Sep 2014 14:52:00 +0800 Subject: [PATCH] [Ymodem]Change tabs to space. --- components/utilities/ymodem/ymodem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/utilities/ymodem/ymodem.h b/components/utilities/ymodem/ymodem.h index 15d8c9383..09b5bae79 100644 --- a/components/utilities/ymodem/ymodem.h +++ b/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 -- GitLab