mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Whitespace nit.
This commit is contained in:
parent
c19fe5e261
commit
8df70cb7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue