Skip to content

Commit

Permalink
fixup! rdcli: indention fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Oct 10, 2018
1 parent 44cab55 commit e36d109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/application_layer/rdcli/rdcli.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ int rdcli_register(const sock_udp_ep_t *remote, const char *regif)

/* add the resource description as payload */
res = gcoap_get_resource_list(pkt.payload, pkt.payload_len,
COAP_FORMAT_LINK);
COAP_FORMAT_LINK);
if (res < 0) {
retval = RDCLI_ERR;
goto end;
Expand Down

0 comments on commit e36d109

Please sign in to comment.