Use return instaed of {} after labels. (#1443)

This commit is contained in:
Jonathan Hui
2017-03-09 09:57:31 -08:00
committed by GitHub
parent 2bdc0375f9
commit 5cd94ef937
12 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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)