The debug printf is intended to execute after the loop has ended to
log the selected file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
IMO we ought to add { } to the for loop to make this clear.
Did a GCC warning identify this?
Comment Actions
Yes, this was -Wmisleading-indentation. I think we currently make that a non-fatal error for clang. We should perhaps see what happens if we make it fatal for clang.