Whitspace fix.

This commit is contained in:
John Baldwin 2004-08-04 20:16:17 +00:00
parent d7cf64c9a1
commit 4dd70299b7

View File

@ -195,7 +195,7 @@ void _mtx_assert(struct mtx *m, int what, const char *file, int line);
(mp)->mtx_recurse--; \
else \
_release_lock_quick((mp)); \
critical_exit(); \
critical_exit(); \
} while (0)
#endif