Would you mind not "cleaning up formatting" by going against our coding
style and doing the very thing I even taught you not to do during your
initial patches/code reviews?
Thanks.
Best regards,
Alex Ionescu
On Tue, Nov 13, 2012 at 1:08 PM, <hbelusca(a)svn.reactos.org> wrote:
- if ((ServerDll) &&
(ServerDll->HardErrorCallback))
+ if (ServerDll && ServerDll->HardErrorCallback)