We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e5d91 commit c94a069Copy full SHA for c94a069
security/oc_oscore_engine.c
@@ -1029,8 +1029,7 @@ oc_oscore_send_message(oc_message_t *msg)
1029
coap_set_header_max_age(coap_pkt, 0);
1030
}
1031
1032
- bool is_request =
1033
- coap_pkt->code >= OC_GET && coap_pkt->code <= OC_FETCH;
+ bool is_request = coap_pkt->code >= OC_GET && coap_pkt->code <= OC_FETCH;
1034
bool is_empty_ack = coap_pkt->type == COAP_TYPE_ACK && inner_code == 0;
1035
bool is_separate_response = coap_pkt->type == COAP_TYPE_CON;
1036
/* Set the OSCORE option */
0 commit comments