[ros-diffs] [weiden] 14267: improve readability by removing
obsolete gotos and for loops where appropriate
Alex Ionescu
ionucu at videotron.ca
Wed Mar 23 00:31:33 CET 2005
weiden at svn.reactos.com wrote:
>improve readability by removing obsolete gotos and for loops where appropriate
>
>Modified: trunk/reactos/ntoskrnl/ke/wait.c
>
>
> ------------------------------------------------------------------------
>
Apart from re-formatting gotos to breaks and changing while blocks to
for blocks (which are LESS readable since it's a bit harder to see what
is going on), and breaking KiWaitTest (since it's supposed to return if
one of the objects is signaled), what is the point of this patch?
Best regards,
Alex Ionescu
More information about the Ros-diffs
mailing list