er-coap: run uncrustify-fix-style.sh
Clean style before modifying.
This commit is contained in:
parent
7342a3f8a7
commit
c932ff45a3
|
@ -266,7 +266,7 @@ coap_observe_handler(resource_t *resource, void *request, void *response)
|
|||
{
|
||||
coap_packet_t *const coap_req = (coap_packet_t *)request;
|
||||
coap_packet_t *const coap_res = (coap_packet_t *)response;
|
||||
coap_observer_t * obs;
|
||||
coap_observer_t *obs;
|
||||
|
||||
if(coap_req->code == COAP_GET && coap_res->code < 128) { /* GET request and response without error code */
|
||||
if(IS_OPTION(coap_req, COAP_OPTION_OBSERVE)) {
|
||||
|
|
Loading…
Reference in a new issue