increasing the readability

This commit is contained in:
Stefan Lankes 2012-04-22 21:40:17 +02:00
parent bc6a55a696
commit ee5597df15

View file

@ -100,7 +100,7 @@
/**
* TCP_SND_BUF: TCP sender buffer space (bytes).
*/
#define TCP_SND_BUF (16*TCP_WND)
#define TCP_SND_BUF (16 * TCP_WND)
/**
* LWIP_BROADCAST_PING==1: respond to broadcast pings (default is unicast only)