Skip to content

Commit

Permalink
Spaces to tabs for consistency. No content change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schweikhardt authored and Jens Schweikhardt committed Nov 18, 2023
1 parent 8703e04 commit f06fda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libexec/rc/rc.subr
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
*)
Expand Down Expand Up @@ -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
)' )
Expand Down

0 comments on commit f06fda7

Please sign in to comment.