diff --git a/HACKING b/HACKING index c3fdd16fa..3c1b4651e 100644 --- a/HACKING +++ b/HACKING @@ -130,7 +130,8 @@ Formating a = b; a <<= (3 + 5) * 3 + f(67 + (really ? 45 : 0)); - * No space after prefix unary operators, or befor postfix unary operators: + * No space after prefix unary operators, or before postfix unary + operators: if (!test && y++ != 0) {