[or-cvs] whitespace fixes
Nick Mathewson
nickm at seul.org
Wed Jul 13 17:24:57 UTC 2005
Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv17821/src/common
Modified Files:
compat.c
Log Message:
whitespace fixes
Index: compat.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/compat.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- compat.c 13 Jul 2005 15:24:33 -0000 1.59
+++ compat.c 13 Jul 2005 17:24:55 -0000 1.60
@@ -923,12 +923,12 @@
r = WaitForSingleObject(m->handle, INFINITE);
switch (r) {
case WAIT_ABANDONED: /* holding thread exited. */
- case WAIT_OBJECT_0: /* we got the mutex normally. */
+ case WAIT_OBJECT_0: /* we got the mutex normally. */
break;
case WAIT_TIMEOUT: /* Should never happen. */
- tor_assert(0);
+ tor_assert(0);
break;
- case WAIT_FAILED:
+ case WAIT_FAILED:
log_fn(LOG_WARN, "Failed to acquire mutex: %d", GetLastError());
}
}
More information about the tor-commits
mailing list