[Ymodem]Change tabs to space.

This commit is contained in:
armink 2014-09-14 14:52:00 +08:00
parent 987532967f
commit 762f18d743
1 changed files with 2 additions and 2 deletions

View File

@ -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