mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 04:07:47 +00:00
[clang-format] apply v14 changes (#8490)
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ exit:
|
||||
template <> otError UdpExample::Process<Cmd("send")>(Arg aArgs[])
|
||||
{
|
||||
otError error = OT_ERROR_NONE;
|
||||
otMessage * message = nullptr;
|
||||
otMessage *message = nullptr;
|
||||
otMessageInfo messageInfo;
|
||||
otMessageSettings messageSettings = {mLinkSecurityEnabled, OT_MESSAGE_PRIORITY_NORMAL};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user