mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
ng_udp: piggy-back fix for coding conventions
This commit is contained in:
parent
3db17eedbf
commit
5a8a4312de
@ -240,7 +240,8 @@ int ng_udp_calc_csum(ng_pktsnip_t *hdr, ng_pktsnip_t *pseudo_hdr)
|
||||
|
||||
ng_pktsnip_t *ng_udp_hdr_build(ng_pktsnip_t *payload,
|
||||
uint8_t *src, size_t src_len,
|
||||
uint8_t *dst, size_t dst_len) {
|
||||
uint8_t *dst, size_t dst_len)
|
||||
{
|
||||
ng_pktsnip_t *res;
|
||||
ng_udp_hdr_t *hdr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user