]> granicus.if.org Git - apache/blob - emacs-style
Fix a memory leak with ap_wait_or_timeout.
[apache] / emacs-style
1 (add-hook 'c-mode-hook
2           (function (lambda ()
3                         (c-set-offset 'inclass' ++)
4                         (c-set-offset 'defun-block-intro' ++)
5                         (c-set-offset 'statement-block-intro' ++)
6                         (c-set-offset 'substatement' ++)
7                         (c-set-offset 'brace-list-intro' ++)
8                         (c-set-offset 'statement-case-intro' ++)
9                         )))
10 (setq c++-mode-hook c-mode-hook)