[components][cplusplus] 格式化代码

This commit is contained in:
tangyuxin
2019-04-03 17:25:49 +08:00
parent 583f8c3073
commit ae41b850c4
7 changed files with 10 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ public:
private:
struct rt_messagequeue mID;
char mPool[(sizeof(struct rt_messagequeue)+sizeof(T)) * queue_sz];
char mPool[(sizeof(struct rt_messagequeue) + sizeof(T)) * queue_sz];
};
}