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:
Vinicius Costa Gomes 2016-09-14 11:38:14 -03:00 committed by Anas Nashif
commit eab5adb282

View file

@ -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.
*/