The branch main has been updated by jlduran:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=3d91a746380e81c2089d8beaae28438867ae6dbf

commit 3d91a746380e81c2089d8beaae28438867ae6dbf
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2025-11-29 00:12:39 +0000
Commit:     Jose Luis Duran <[email protected]>
CommitDate: 2025-11-29 00:12:39 +0000

    mtree: Keep mtree files indented with spaces
    
    The mtree tool indents directory entries with 4 spaces.
    
    Reviewed by:    imp
    Fixes:          9cab9fde5eda ("virtual_oss: Port to base")
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D53979
---
 etc/mtree/BSD.lib32.dist | 4 ++--
 etc/mtree/BSD.usr.dist   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/mtree/BSD.lib32.dist b/etc/mtree/BSD.lib32.dist
index 6520b7b95116..8a3fe9a34714 100644
--- a/etc/mtree/BSD.lib32.dist
+++ b/etc/mtree/BSD.lib32.dist
@@ -21,7 +21,7 @@
         ..
         pkgconfig
         ..
-       virtual_oss
-       ..
+        virtual_oss
+        ..
     ..
 ..
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index 9cb8e57650c6..d1b4a6fdfef9 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -103,8 +103,8 @@
         ..
         ossl-modules
         ..
-       virtual_oss
-       ..
+        virtual_oss
+        ..
     ..
     libdata
         ldscripts

Reply via email to