提交 967cc968 编写于 作者: Q qiyongzhong0

fix difference of style

上级 44baf269
...@@ -43,7 +43,7 @@ rt_data_queue_init(struct rt_data_queue *queue, ...@@ -43,7 +43,7 @@ rt_data_queue_init(struct rt_data_queue *queue,
rt_list_init(&(queue->suspended_push_list)); rt_list_init(&(queue->suspended_push_list));
rt_list_init(&(queue->suspended_pop_list)); rt_list_init(&(queue->suspended_pop_list));
queue->queue = (struct rt_data_item *)rt_malloc(sizeof(struct rt_data_item) * size); queue->queue = (struct rt_data_item *)rt_malloc(sizeof(struct rt_data_item) * size);
if (queue->queue == RT_NULL) if (queue->queue == RT_NULL)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册