Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2023 15:06:08 GMT
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f06fda7ff147 - main - Spaces to tabs for consistency. No content change.
Message-ID:  <202311181506.3AIF68LA082123@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by schweikh:

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

commit f06fda7ff14701905acb0089143ebf356c2a9b04
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2023-11-18 15:05:22 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
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
 	)' )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311181506.3AIF68LA082123>