summaryrefslogtreecommitdiff
path: root/docs/HACKING.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HACKING.md')
-rw-r--r--docs/HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md
index 8983e962a..a60e20636 100644
--- a/docs/HACKING.md
+++ b/docs/HACKING.md
@@ -43,7 +43,7 @@ if (a || b || (c && d))
return;
// Multiline if with nested parenthesis
-if (long_boolean_variable_used_in_this_condition_a ||
+if (long_boolean_variable_used_in_this_condition_a ||
long_boolean_variable_used_in_this_condition_b ||
(long_boolean_variable_used_in_this_condition_c &&
long_boolean_variable_used_in_this_condition_d))