1
0
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:
Martine Lenders 2015-05-27 12:05:46 +02:00
parent 3db17eedbf
commit 5a8a4312de

View File

@ -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;