Use parentheses when applying sizeof() per style(9).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
when calling sizeof()
We don't really "call" sizeof (why parens aren't needed) so perhaps "with sizeof()"
Comment Actions
Right, sizeof is an operator, so "when applying sizeof" would be more appropriate if you wanted to keep the original sentence structure.