Skip to content

Commit

Permalink
microcoap: remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotterleben authored and OlegHahm committed Mar 31, 2015
1 parent ff9101d commit 45f8fbc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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
+
Expand Down

0 comments on commit 45f8fbc

Please sign in to comment.