Use a local variable to fetch the value of "target->outstanding" once, and then utilize this same value both in the if condition
and when printing its value. This ensures consistency and avoids potential differences due to multiple reads. Additionally, add a
space between the %d format specifier and strings in the next line.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Change looks good, but you'll want to edit the 'subject' of the commit message to be < 70 characters