[memcached] nneul, r314: fix style/consistency
commits at code.sixapart.com
commits at code.sixapart.com
Mon Aug 21 21:39:46 UTC 2006
fix style/consistency
U branches/facebook/memcached.c
Modified: branches/facebook/memcached.c
===================================================================
--- branches/facebook/memcached.c 2006-08-21 21:32:04 UTC (rev 313)
+++ branches/facebook/memcached.c 2006-08-21 21:39:45 UTC (rev 314)
@@ -1666,8 +1666,8 @@
/*
* Clean up a previous socket file if we left it around
*/
- if ( !lstat(path, &tstat) ) {
- if ( S_ISSOCK(tstat.st_mode) )
+ if (!lstat(path, &tstat)) {
+ if (S_ISSOCK(tstat.st_mode))
unlink(path);
}
More information about the memcached-commits
mailing list