iot/zoap: Fix subtly wrong indentation
There were a few lines where the alignment was wrong. Change-Id: I474976c218ac28564dfe9dcda0e0687ed110834e Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
This commit is contained in:
parent
eb9d45e6cd
commit
eab5adb282
1 changed files with 7 additions and 8 deletions
|
@ -323,7 +323,6 @@ int zoap_add_option(struct zoap_packet *pkt, uint16_t code,
|
|||
int zoap_find_options(const struct zoap_packet *pkt, uint16_t code,
|
||||
struct zoap_option *options, uint16_t veclen);
|
||||
|
||||
|
||||
/**
|
||||
* Returns the version present in a CoAP packet.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue