[ros-dev] [ros-diffs] [hbelusca] 71336: [NTOS]: Remove hardcoded constants; fix a comment; move some code around to reduce the level of code indentation.
Alex Ionescu
ionucu at videotron.ca
Tue May 17 17:58:51 UTC 2016
On Mon, May 16, 2016 at 12:23 AM, <hbelusca at 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
More information about the Ros-dev
mailing list