Commit fa84d923 authored by Brett Cannon's avatar Brett Cannon

Remove two unneeded branches to an 'if' statement by applying De Morgan's Law

and creating a single 'if' statement along with a NULL default value for a
variable.

Also clean up a bunch of whitespace.

Found using Clang's static analyzer.
parent 2ee51838
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment