diff options
| author | 2012-02-08 17:47:58 -0800 | |
|---|---|---|
| committer | 2012-02-10 13:48:44 -0800 | |
| commit | 1137be1a686fdfc9f02c3aca7c33f28006df4742 (patch) | |
| tree | 3a9e31c77f1b3d31e70c5de2e01d5cfb50918df0 /libs/rs/rsProgram.cpp | |
| parent | 5dd4754f58e5e99f893749ab3bb3eda1de4cfbe7 (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
Diffstat (limited to 'libs/rs/rsProgram.cpp')
0 files changed, 0 insertions, 0 deletions