commit | 883aa420700574d037fdb10ced4c9682c7c7e7ba | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 10:33:06 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Feb 03 19:10:19 2025 +0000 |
tree | 745933631851cbf05a33d232cb639e37c962295a | |
parent | 4abe0eee1fcd002a4b7a4d8cfb8774e1f7e83c71 [diff] |
clang-tidy: Replace NULL with nullptr Replaced all instances of NULL with nullptr to improve type safety and clarity, as nullptr is the modern C++ standard for null pointers. Tested: Build verified Change-Id: I0e0749db217667d9c3f51f8fac6cb58e8915e8d2 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>