summaryrefslogtreecommitdiffstats
path: root/runtime/base/hex_dump.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/hex_dump.cc')
-rw-r--r--runtime/base/hex_dump.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/hex_dump.cc b/runtime/base/hex_dump.cc
index 5423ff0b5b..bce6b53f4d 100644
--- a/runtime/base/hex_dump.cc
+++ b/runtime/base/hex_dump.cc
@@ -27,7 +27,7 @@ void HexDump::Dump(std::ostream& os) const {
return;
}
- if (address_ == NULL) {
+ if (address_ == nullptr) {
os << "00000000:";
return;
}