Skip to content
Snippets Groups Projects
Commit 8690bfa1 authored by Andy Grover's avatar Andy Grover
Browse files

RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons


Favor "if (foo)" style over "if (foo != NULL)".

Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
parent 2dc39357
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment