Replacing NULL with nullptr in a few CDM files.
[ Merge of http://go/wvgerrit/85408 ] Replacing a few instances of C's NULL with C++'s nullptr in some of the smaller sub-directories in the CDM. Bug: 120602075 Test: Linux and Android unittests Change-Id: I62bb548051434b4b974d89a6d57a9a17a0d66bd2
This commit is contained in:
@@ -100,7 +100,7 @@ class ValueMetric {
|
||||
return value_proto;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user