mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 14:27:47 +00:00
[style] replace NULL with nullptr (#5109)
This commit is contained in:
@@ -78,7 +78,7 @@ void TestNetworkDataIterator(void)
|
||||
ExternalRouteConfig config;
|
||||
|
||||
instance = testInitInstance();
|
||||
VerifyOrQuit(instance != NULL, "Null OpenThread instance\n");
|
||||
VerifyOrQuit(instance != nullptr, "Null OpenThread instance\n");
|
||||
|
||||
{
|
||||
const uint8_t kNetworkData[] = {0x08, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x03, 0x14, 0x00, 0x40,
|
||||
|
||||
Reference in New Issue
Block a user