mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 15:17:47 +00:00
[clang-tidy] modernize-use-nullptr (#5715)
This commit is contained in:
@@ -302,7 +302,7 @@ otRadioFrame *otPlatRadioGetTransmitBuffer(otInstance *aInstance)
|
||||
}
|
||||
else
|
||||
{
|
||||
return (otRadioFrame *)0;
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user