summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@posteo.net>2018-12-19 23:34:10 +0000
committerMichael Catanzaro <mcatanzaro@posteo.net>2018-12-19 23:34:10 +0000
commit94af7dc187538c4551fc925cb6caf44be37c9c41 (patch)
tree568c10100ed2888388bafab8ecab9eeaf822dfd9 /HACKING.md
parentc9d5c7b8a0f58eb20b03f82aeb90a4ff4d088fac (diff)
downloadepiphany-94af7dc187538c4551fc925cb6caf44be37c9c41.tar.gz
Update HACKING.md to tweak the braces rule for one-line control clauses
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 31e8ca572..2ca51879c 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -16,7 +16,8 @@ need to stick to in order to get your patch accepted:
* Use K&R style for the braces.
- * No braces for one line control clauses.
+ * No braces for one line control clauses except when another clause in the
+ chain contains more than one line.
* Callback functions have a suffix _cb.