commit | 9d1f02d74fd395ec4de6861147da289423f0ab6f | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Wed Feb 08 17:47:58 2012 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Fri Feb 10 13:48:44 2012 -0800 |
tree | 127f5a23da9e17614da1c5f7d84002f3c80c9016 | |
parent | 0ba18ec1b343a8de70924f87630dd1f329b00fe6 [diff] |
Follow raw pointer and sp<> conventions Unconditional delete for raw pointers. Use "if (sp != 0)" not "if (sp.get() != 0)" or "if (sp != NULL)". Use "if (raw != NULL)" not "if (raw)". Change-Id: I531a8da7c37149261ed2f34b862ec4896a4b785b