er-coap: run uncrustify-fix-style.sh

Clean style before modifying.
This commit is contained in:
Gaëtan Harter 2016-12-07 17:09:52 +01:00
parent 7342a3f8a7
commit c932ff45a3
4 changed files with 11 additions and 11 deletions

View file

@ -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)) {