Skip to content

Commit c94a069

Browse files
committed
Automatic format commit
1 parent 26e5d91 commit c94a069

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

security/oc_oscore_engine.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1029,8 +1029,7 @@ oc_oscore_send_message(oc_message_t *msg)
10291029
coap_set_header_max_age(coap_pkt, 0);
10301030
}
10311031

1032-
bool is_request =
1033-
coap_pkt->code >= OC_GET && coap_pkt->code <= OC_FETCH;
1032+
bool is_request = coap_pkt->code >= OC_GET && coap_pkt->code <= OC_FETCH;
10341033
bool is_empty_ack = coap_pkt->type == COAP_TYPE_ACK && inner_code == 0;
10351034
bool is_separate_response = coap_pkt->type == COAP_TYPE_CON;
10361035
/* Set the OSCORE option */

0 commit comments

Comments
 (0)