This commit is contained in:
Alexandre Duret-Lutz 2004-09-27 13:02:53 +00:00
parent 3f2cba6304
commit 2c0a2cd517

View file

@ -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)
{