diff options
author | Ben Laurie <ben@apache.org> | 1999-08-15 23:55:19 +0200 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 1999-08-15 23:55:19 +0200 |
commit | 955bb544fe328e56a526681456485fb6f226be32 (patch) | |
tree | 26fbc7c4deb49b470a8521290acfa78a0da1f7aa /emacs-style | |
parent | Unbreak dexter and pthread MPM after Ben's latest hook changes. (diff) | |
download | apache2-955bb544fe328e56a526681456485fb6f226be32.tar.xz apache2-955bb544fe328e56a526681456485fb6f226be32.zip |
Get case indent right.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'emacs-style')
-rw-r--r-- | emacs-style | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-style b/emacs-style index a0f16e2209..283b6f0255 100644 --- a/emacs-style +++ b/emacs-style @@ -5,5 +5,6 @@ (c-set-offset 'statement-block-intro' ++) (c-set-offset 'substatement' ++) (c-set-offset 'brace-list-intro' ++) + (c-set-offset 'statement-case-intro' ++) ))) (setq c++-mode-hook c-mode-hook) |