- Explicitly check the value in conditional statements, per style(9)
- Add braces around more loops and conditionals, wherever it appears (to me) to aid legibility
- Expand some assignments within if statements
- Fix formatting around list-type FOREACH macros
Details
Details
- Reviewers
jkoshy gnn - Commits
- rGd5ee4074c2c3: hwpmc_mod.c: conditional and loop style
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/hwpmc/hwpmc_mod.c | ||
---|---|---|
3037–3038 | You could save an indentation level by not having an 'else' clause. |