[Kernel] clean code for indentation.

This commit is contained in:
Bernard Xiong
2018-06-26 11:57:20 +08:00
parent a1a56ce1d1
commit ef132f3c94
4 changed files with 78 additions and 29 deletions
+2 -2
View File
@@ -868,8 +868,8 @@ struct rt_device_ops
*/
struct rt_wqueue
{
rt_uint32_t flag;
rt_list_t waiting_list;
rt_uint32_t flag;
rt_list_t waiting_list;
};
typedef struct rt_wqueue rt_wqueue_t;
#endif