提交 8ee7c19e 编写于 作者: B Bruce Momjian

Require closing paren on line above brace to identify function

difinition, just for formatting workaround, per Tom's discovery.
上级 3d5ddc0b
......@@ -51,8 +51,9 @@ do
line1 !~ "^struct" &&
line1 !~ "^enum" &&
line1 !~ "^typedef" &&
line1 !~ "\"C\"" &&
line1 !~ "=" )
line1 !~ "extern[ ][ ]*\"C\"" &&
line1 !~ "=" &&
line1 ~ ")")
print "int pgindent_func_no_var_fix;";
line1 = line2;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册