mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
microcoap: remove trailing whitespaces
This commit is contained in:
parent
ccd3db6ae8
commit
99731f1cdf
@ -58,13 +58,13 @@ index c132334..4a7adc5 100644
|
||||
///////////////////////
|
||||
+#ifdef MICROCOAP_DEBUG
|
||||
void coap_dumpPacket(coap_packet_t *pkt);
|
||||
+#else
|
||||
+#else
|
||||
+#define coap_dumpPacket(pkt)
|
||||
+#endif
|
||||
+
|
||||
+#ifdef MICROCOAP_DEBUG
|
||||
+void coap_dump(const uint8_t *buf, size_t buflen, bool bare);
|
||||
+#else
|
||||
+#else
|
||||
+#define coap_dump(buf, buflen, bare)
|
||||
+#endif
|
||||
+
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user