mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18036 from Teufelchen1/fix/gnrc_documentation
net/gnrc: Fixing whitespace in the documentation
This commit is contained in:
commit
5a6bb44660
@ -131,8 +131,8 @@
|
||||
* pkt = msg.content.ptr;
|
||||
* _handle_outgoing_pkt(pkt);
|
||||
* break;
|
||||
* case GNRC_NETAPI_MSG_TYPE_SET:
|
||||
* case GNRC_NETAPI_MSG_TYPE_GET:
|
||||
* case GNRC_NETAPI_MSG_TYPE_SET:
|
||||
* case GNRC_NETAPI_MSG_TYPE_GET:
|
||||
* msg_reply(&msg, &reply);
|
||||
* break;
|
||||
* default:
|
||||
|
Loading…
Reference in New Issue
Block a user