aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/rwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/rwlock.h')
-rw-r--r--sys/sys/rwlock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/rwlock.h b/sys/sys/rwlock.h
index 62655ae21ac5..4e7768595737 100644
--- a/sys/sys/rwlock.h
+++ b/sys/sys/rwlock.h
@@ -209,7 +209,6 @@ void __rw_assert(const volatile uintptr_t *c, int what, const char *file,
__rw_assert(&(rw)->rw_lock, w, f, l)
#endif
-
/*
* Public interface for lock operations.
*/