[clang-tidy] modernize-use-nullptr (#5715)

This commit is contained in:
Jonathan Hui
2020-10-27 11:39:35 -07:00
committed by GitHub
parent b69275f450
commit 81688a0447
6 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ otRadioFrame *otPlatRadioGetTransmitBuffer(otInstance *aInstance)
}
else
{
return (otRadioFrame *)0;
return nullptr;
}
}