mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 07:37:47 +00:00
Use return instaed of {} after labels. (#1443)
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ void Udp::HandleUdpReceive(otMessage *aMessage, const otMessageInfo *aMessageInf
|
||||
mInterpreter->ProcessLine(buf, payloadLength, *this);
|
||||
|
||||
exit:
|
||||
{}
|
||||
return;
|
||||
}
|
||||
|
||||
int Udp::Output(const char *aBuf, uint16_t aBufLength)
|
||||
|
||||
Reference in New Issue
Block a user