Преглед на файлове

fix difference of style

qiyongzhong0 преди 5 години
родител
ревизия
967cc968e8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      components/drivers/src/dataqueue.c

+ 1 - 1
components/drivers/src/dataqueue.c

@@ -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_pop_list));
-    
+
     queue->queue = (struct rt_data_item *)rt_malloc(sizeof(struct rt_data_item) * size);
     if (queue->queue == RT_NULL)
     {