summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2012-11-24 07:02:31 +0000
committerdteske <dteske@FreeBSD.org>2012-11-24 07:02:31 +0000
commit1b9b8a999d7bddac2c5112a68e91336aa770d69b (patch)
treea1a0c7cde1b93f6515e71b513899105a71a15280
parent4df351052644986d02f4f2b8d7a76bf2e65fbc6d (diff)
downloadFreeBSD-src-1b9b8a999d7bddac2c5112a68e91336aa770d69b.zip
FreeBSD-src-1b9b8a999d7bddac2c5112a68e91336aa770d69b.tar.gz
Whitespace.
Approved by: adrian (co-mentor) (implicit)
-rw-r--r--usr.sbin/bsdconfig/share/dialog.subr2
-rw-r--r--usr.sbin/bsdconfig/share/mustberoot.subr2
-rw-r--r--usr.sbin/bsdconfig/startup/share/rcedit.subr2
-rw-r--r--usr.sbin/bsdconfig/timezone/share/zones.subr2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr
index 353a8da..3d5b0a8 100644
--- a/usr.sbin/bsdconfig/share/dialog.subr
+++ b/usr.sbin/bsdconfig/share/dialog.subr
@@ -283,7 +283,7 @@ f_dialog_infobox_size()
n=$( echo "$btitle" | f_number_of_lines )
height=$(( $height + $n + 2 ))
fi
-
+
# Make sure height is less than maximum screen size
[ $height -le $max_height ] || height=$max_height
diff --git a/usr.sbin/bsdconfig/share/mustberoot.subr b/usr.sbin/bsdconfig/share/mustberoot.subr
index fd37c64..ac0fd76 100644
--- a/usr.sbin/bsdconfig/share/mustberoot.subr
+++ b/usr.sbin/bsdconfig/share/mustberoot.subr
@@ -277,7 +277,7 @@ f_authenticate_some_user()
#
# Secure-mode has been requested.
#
-
+
[ "$USE_XDIALOG" ] || f_die 1 "$msg_secure_mode_requires_x11"
[ "$(id -u)" = "0" ] || f_die 1 "$msg_secure_mode_requires_root"
diff --git a/usr.sbin/bsdconfig/startup/share/rcedit.subr b/usr.sbin/bsdconfig/startup/share/rcedit.subr
index 909fef2..4905a18 100644
--- a/usr.sbin/bsdconfig/startup/share/rcedit.subr
+++ b/usr.sbin/bsdconfig/startup/share/rcedit.subr
@@ -99,7 +99,7 @@ f_dialog_rcedit()
# Return if the value has not changed from current
local cur_val="$( f_sysrc_get "$var" )"
[ "$_input" = "$cur_val" ] && return $SUCCESS
-
+
f_dprintf "$var: [$cur_val]->[$_input]"
err=$( f_sysrc_set "$var" "$_input" 2>&1 ) ||
diff --git a/usr.sbin/bsdconfig/timezone/share/zones.subr b/usr.sbin/bsdconfig/timezone/share/zones.subr
index 81008a9..fcfb21e 100644
--- a/usr.sbin/bsdconfig/timezone/share/zones.subr
+++ b/usr.sbin/bsdconfig/timezone/share/zones.subr
@@ -619,7 +619,7 @@ f_install_zoneinfo()
return $rv
}
-
+
# f_confirm_zone $filename
#
# Prompt the user to confirm the new timezone data. The first (and only)
OpenPOWER on IntegriCloud