Clean up some SonarQube warnings (trailing whitespace, etc).
[platform/upstream/iotivity.git] / resource / csdk / connectivity / lib / libcoap-4.1.1 / option.h
index 13a97f0..77c964c 100644 (file)
@@ -240,7 +240,7 @@ coap_opt_t *coap_check_option(coap_pdu_t *pdu, unsigned char type, coap_opt_iter
  * indicates by how many bytes @p opt must be advanced to encode the
  * option value.
  *
- * @param opt    The option buffer space where @p delta and @p length are 
+ * @param opt    The option buffer space where @p delta and @p length are
  *               written
  * @param maxlen The maximum length of @p opt
  * @param delta The actual delta value to encode.