1
0
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:
Lotte Steenbrink 2015-02-18 01:48:36 -08:00
parent ccd3db6ae8
commit 99731f1cdf

View File

@ -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
+