On Mon, May 16, 2016 at 12:23 AM,  <hbelu...@svn.reactos.org> wrote:
> -        if ((!ExReadyForErrors) && (NT_ERROR(ErrorStatus)))
> +        if (!ExReadyForErrors && NT_ERROR(ErrorStatus))

Let's not start this again. Our coding conventions (and good
programming practice) is to have every conditional in its own paren
blob.

Best regards,
Alex Ionescu

_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to