summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2013-08-18 20:03:46 -0400
committerDana Jansens <danakj@orodu.net>2013-08-18 20:04:16 -0400
commit2d5239b60a5caa20c6030fa996ea4711113dcea6 (patch)
tree41e8351fbc9988393f51711c20af8ed6354e5b3f
parent881076d2a8634af4420496c16ff3699cfa3a573c (diff)
Remove the else-on-newline rule from HACKING
-rw-r--r--HACKING7
1 files changed, 0 insertions, 7 deletions
diff --git a/HACKING b/HACKING
index e9001a48..73864bde 100644
--- a/HACKING
+++ b/HACKING
@@ -40,13 +40,6 @@ not all, guidelines:
{
hi;
}
- * else appears on a new line, just like an if
- if (testing) {
- hi;
- }
- else if (other) {
- bye;
- }
* always use braces around conditional blocks that consist of more than one
line, even if they contain a single statement
if (check) {