The branch main has been updated by schweikh:

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

commit f06fda7ff14701905acb0089143ebf356c2a9b04
Author:     Jens Schweikhardt <[email protected]>
AuthorDate: 2023-11-18 15:05:22 +0000
Commit:     Jens Schweikhardt <[email protected]>
CommitDate: 2023-11-18 15:05:22 +0000

    Spaces to tabs for consistency. No content change.
---
 libexec/rc/rc.subr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr
index 332718dc6f2c..8cf812b06d45 100644
--- a/libexec/rc/rc.subr
+++ b/libexec/rc/rc.subr
@@ -218,7 +218,7 @@ stop_boot()
 
        case $1 in
                #       "yes", "true", "on", or "1"
-        [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1)
+       [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1)
                always=true
                ;;
        *)
@@ -1583,7 +1583,7 @@ load_rc_config_var()
        fi
        eval $(eval '(
                load_rc_config '$1' >/dev/null;
-                if [ -n "${'$2'}" -o "${'$2'-UNSET}" != "UNSET" ]; then
+               if [ -n "${'$2'}" -o "${'$2'-UNSET}" != "UNSET" ]; then
                        echo '$2'=\'\''${'$2'}\'\'';
                fi
        )' )

Reply via email to