RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
authorAndy Grover <andy.grover@oracle.com>
Tue, 12 Jan 2010 19:56:44 +0000 (11:56 -0800)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:11:32 +0000 (18:11 -0700)
Favor "if (foo)" style over "if (foo != NULL)".

Signed-off-by: Andy Grover <andy.grover@oracle.com>

No differences found