chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
f50c1be
)
dot-emacs: Fix C indentation quite a lot.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 12 Jun 2009 14:00:24 +0000
(15:00 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 12 Jun 2009 14:00:24 +0000
(15:00 +0100)
This change fixes a number of C indentation annoyances:
* One-line blocks are indented relative to the preceding line.
* Stuff inside `extern "C" { ... }' isn't indended.
* The `extern "C" {' line itself /is/ indended.
* Blocks in macro argument lists are fixed.
* Macro indentation is fixed.
No differences found