summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 088b7b5b..efdc2099 100644
--- a/HACKING
+++ b/HACKING
@@ -39,7 +39,7 @@ We try to be quite consistent, but of course, that's not always possible.
* Opening curly brackets { must be on a new line, unless it is used in a closure:
function myFunction ()
{
- if (foo)
+ if (foo)
{
baz = false;
return bar;