summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 1 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index dab0aad8..e450bba3 100644
--- a/HACKING
+++ b/HACKING
@@ -27,8 +27,7 @@ not all, guidelines:
lines
* most other constructs should have braces on the same line as the
statement
+ * else appears on a new line, just like an if
* when in doubt look at the rest of the source
* vim users can use "set expandtab tabstop=4 shiftwidth=4
softtabstop=4" for some of this
-
-