weiden(a)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