添加标记函数体开头的左大括号。
Add the left brace that marks the beginning of the function body.
(左大括号)应在复合语句其实行的结尾处。
The (left curly brace) should be at the end of the line that begins the compound statement.
(右大括号)应与{(左大括号)的那一行的开头对齐
The } (right curly brace) should begin a line and be indented to align with the beginning of the line containing the matching { (left curly brace).
缺少标记函数体、类成员块、接口成员块或枚举块的开头的左大括号。
The left brace that marks the beginning of the function body, class member block, interface member block, or enumeration block is missing.
选择器和左大括号各自显示在自己的行上,声明在后续行上缩进,右大括号和相应的左大括号对齐,如下所示。
The selector and initial brace each appear on their own lines, declarations are indented on subsequent lines, and the closing brace is aligned with the matching opening brace, as shown.
对象以开始{(左括号),并以结束}(右大括号)。
An object begins with {(left brace) and ends with} (right brace).
对象以开始{(左括号),并以结束}(右大括号)。
An object begins with {(left brace) and ends with} (right brace).
应用推荐