chiark / gitweb /
dot-emacs: Fix C indentation quite a lot.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 12 Jun 2009 14:00:24 +0000 (15:00 +0100)
committerMark 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