Whitespace nit.

This commit is contained in:
John Baldwin 2001-08-23 22:47:51 +00:00
parent c19fe5e261
commit 8df70cb7a9

View file

@ -220,7 +220,7 @@ void witness_assert(struct lock_object *, int, const char *, int);
#else /* WITNESS */
#define WITNESS_INIT(lock) (lock)->lo_flags |= LO_INITIALIZED
#define WITNESS_DESTROY(lock) (lock)->lo_flags &= ~LO_INITIALIZED
#define WITNESS_DESTROY(lock) (lock)->lo_flags &= ~LO_INITIALIZED
#define WITNESS_LOCK(lock, flags, file, line)
#define WITNESS_UPGRADE(lock, flags, file, line)
#define WITNESS_DOWNGRADE(lock, flags, file, line)