Tweak NULL-pointer checks
Use !p and p when comparing pointers as opposed to explicit checks against NULL. This is generally easier to read.
This commit is contained in:
Reference in New Issue
Block a user
Use !p and p when comparing pointers as opposed to explicit checks against NULL. This is generally easier to read.