Skip to content
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
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