Rosen Penev wrote:
Found with readability-else-after-return
I probably won't apply any of these. I'm somewhat annoyed by the "code of
conduct" that some compilers try to impose on developers. In particular I
find the folowing much more readable with the else than without. Moreover,
g++ could complain about "misleading indentation" in the second case.
- { if( domain < sb ) break; else continue; }
+ { if( domain < sb ) break; continue; }
_______________________________________________
Bug-ddrescue mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-ddrescue