aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Certner <olce@FreeBSD.org>2026-04-28 13:39:09 +0000
committerOlivier Certner <olce@FreeBSD.org>2026-05-29 15:29:02 +0000
commit01e2b0ce1820adf475e372ec72371dffca17a7af (patch)
treeab6e2997ed57d0955c9a76fe242be601c19fdfdb
parent888a84ceeded9ef69903e352827cdef58163027e (diff)
MAC/do: Visually separate some file sections
With additional empty lines. No functional change (intended). Reviewed by: bapt MFC after: 1 month Sponsored by: The FreeBSD Foundation Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/38
-rw-r--r--sys/security/mac_do/mac_do.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/security/mac_do/mac_do.c b/sys/security/mac_do/mac_do.c
index 8ed1f18a8df6..4feff477b18a 100644
--- a/sys/security/mac_do/mac_do.c
+++ b/sys/security/mac_do/mac_do.c
@@ -33,6 +33,7 @@
#include <security/mac/mac_policy.h>
+
#ifdef INVARIANTS
/*
* Should typically be moved to libkern (and perhaps libc) at some point, and be
@@ -226,6 +227,7 @@ struct id_elem {
STAILQ_HEAD(id_list, id_elem);
+
#ifdef INVARIANTS
static void
check_type(const id_type_t type)