summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share
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 /usr.sbin/bsdconfig/share
parent4df351052644986d02f4f2b8d7a76bf2e65fbc6d (diff)
downloadFreeBSD-src-1b9b8a999d7bddac2c5112a68e91336aa770d69b.zip
FreeBSD-src-1b9b8a999d7bddac2c5112a68e91336aa770d69b.tar.gz
Whitespace.
Approved by: adrian (co-mentor) (implicit)
Diffstat (limited to 'usr.sbin/bsdconfig/share')
-rw-r--r--usr.sbin/bsdconfig/share/dialog.subr2
-rw-r--r--usr.sbin/bsdconfig/share/mustberoot.subr2
2 files changed, 2 insertions, 2 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"
OpenPOWER on IntegriCloud