From: Richard Levitte Date: Thu, 15 Jun 2000 20:57:25 +0000 (+0000) Subject: This seems to work better with enums... X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=569e7f6ef21a2cf0bac274ee0c3176fa639249f2;p=oweals%2Fopenssl.git This seems to work better with enums... --- diff --git a/doc/c-indentation.el b/doc/c-indentation.el index 9111450915..48ca3cf69b 100644 --- a/doc/c-indentation.el +++ b/doc/c-indentation.el @@ -39,7 +39,8 @@ (label . -) (arglist-cont-nonempty . +) (topmost-intro . -) - (brace-list-close . +) - (brace-list-intro . +) + (brace-list-close . 0) + (brace-list-intro . 0) + (brace-list-open . +) ))))