提交 4e28b08e 编写于 作者: B Bruce Momjian

Improve comment after 'else' handling of pgindent.

上级 0683a475
......@@ -38,8 +38,8 @@ do
# mark some comments for special treatment later
sed 's;/\* *---;/*---X_X;g' |
# workaround for indent bug with 'else' handling
sed 's;\([} ]\)else[ ]*\(/\*.*\)$;\1else\
\2;g' |
sed 's;\([} ]\)else\([ ]*\)\(/\*.*\)$;\1else\
\2\3;g' |
detab -t4 -qc |
# work around bug where function that defines no local variables misindents
# switch() case lines and line after #else. Do not do for struct/enum.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册