The branch main has been updated by olce:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1cf67b587023af90f2b2c6e87d9103ec42b2b9b2

commit 1cf67b587023af90f2b2c6e87d9103ec42b2b9b2
Author:     Olivier Certner <[email protected]>
AuthorDate: 2025-09-09 15:47:50 +0000
Commit:     Olivier Certner <[email protected]>
CommitDate: 2025-09-09 15:49:26 +0000

    NOTES: Fix whitespace in "options MAC_DO"
    
    For "options", we put a space before a TAB so that commenting out an
    option doesn't move the columns.
    
    No functional change.
    
    Fixes:          c8d8cac2a847 ("mac_do(4): allow compiling into kernel")
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 sys/conf/NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0e4f54a35a13..c7a8862fb906 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1249,7 +1249,7 @@ options   MAC
 options        MAC_BIBA
 options        MAC_BSDEXTENDED
 options        MAC_DDB
-options                MAC_DO
+options        MAC_DO
 options        MAC_IFOFF
 options        MAC_IPACL
 options        MAC_LOMAC

Reply via email to