提交 b3eb8ee9 编写于 作者: O openharmony_ci 提交者: Gitee

!581 修正内核编码规范与示例代码不一致的错误

Merge pull request !581 from Far/master
......@@ -156,7 +156,8 @@ OsMuxInit
struct MyType { // 跟随语句放行末,前置1空格
...
}; // 右大括号后面紧跟分号
int Foo(int a) { // 函数左大括号独占一行,放行首
int Foo(int a)
{ // 函数左大括号独占一行,放行首
if (a > 0) {
Foo(); // 一行只有一条语句
Bar();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册