[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

@@ -21,7 +21,7 @@ namespace rtthread {
class Mutex {
public:
/** Create and Initialize a Mutex object */
Mutex(const char* name = "mutex");
Mutex(const char *name = "mutex");
~Mutex();
/** Wait until a Mutex becomes available.