typo
This commit is contained in:
parent
3f2cba6304
commit
2c0a2cd517
1 changed files with 2 additions and 1 deletions
3
HACKING
3
HACKING
|
|
@ -130,7 +130,8 @@ Formating
|
||||||
a = b;
|
a = b;
|
||||||
a <<= (3 + 5) * 3 + f(67 + (really ? 45 : 0));
|
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)
|
if (!test && y++ != 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue