From 1b9b8a999d7bddac2c5112a68e91336aa770d69b Mon Sep 17 00:00:00 2001 From: dteske Date: Sat, 24 Nov 2012 07:02:31 +0000 Subject: Whitespace. Approved by: adrian (co-mentor) (implicit) --- usr.sbin/bsdconfig/share/mustberoot.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/bsdconfig/share/mustberoot.subr') 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" -- cgit v1.1