From ae425c6eeff790f19f9af589b66145034a9ba134 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Fri, 9 Feb 2018 16:38:19 +0800 Subject: [PATCH] Update coding_style_cn.md --- documentation/coding_style_cn.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/documentation/coding_style_cn.md b/documentation/coding_style_cn.md index 0907723e73..fdb49789f7 100644 --- a/documentation/coding_style_cn.md +++ b/documentation/coding_style_cn.md @@ -234,13 +234,14 @@ rt_timer + 动词短语的形式表示能够应用于 timer 对象的方法。 ,或仅仅支持从堆中动态分配的对象。 ## 14. 用 astyle 自动格式化代码 -参数:--style=allman - --indent=spaces=4 - --pad-oper - --pad-header - --unpad-paren - --suffix=none - --align-pointer=name - --lineend=linux - --convert-tabs - --verbose + + 参数:--style=allman + --indent=spaces=4 + --pad-oper + --pad-header + --unpad-paren + --suffix=none + --align-pointer=name + --lineend=linux + --convert-tabs + --verbose