[memcached] sgrimm,
r317: Conform to memcached whitespace standard...
commits at code.sixapart.com
commits at code.sixapart.com
Wed Aug 23 19:30:02 UTC 2006
Conform to memcached whitespace standard (leading spaces instead of tabs)
U branches/facebook/memcached.c
Modified: branches/facebook/memcached.c
===================================================================
--- branches/facebook/memcached.c 2006-08-23 19:20:56 UTC (rev 316)
+++ branches/facebook/memcached.c 2006-08-23 19:30:01 UTC (rev 317)
@@ -431,11 +431,11 @@
do {
m = &c->msglist[c->msgused - 1];
- /*
- * Limit UDP packets, and the first payloads of TCP replies, to
- * UDP_MAX_PAYLOAD_SIZE bytes.
- */
- limit_to_mtu = c->udp || (1 == c->msgused);
+ /*
+ * Limit UDP packets, and the first payloads of TCP replies, to
+ * UDP_MAX_PAYLOAD_SIZE bytes.
+ */
+ limit_to_mtu = c->udp || (1 == c->msgused);
/* We may need to start a new msghdr if this one is full. */
if (m->msg_iovlen == IOV_MAX ||
More information about the memcached-commits
mailing list