From 1b9b8a999d7bddac2c5112a68e91336aa770d69b Mon Sep 17 00:00:00 2001 From: dteske Date: Sat, 24 Nov 2012 07:02:31 +0000 Subject: [PATCH] Whitespace. Approved by: adrian (co-mentor) (implicit) --- usr.sbin/bsdconfig/share/dialog.subr | 2 +- usr.sbin/bsdconfig/share/mustberoot.subr | 2 +- usr.sbin/bsdconfig/startup/share/rcedit.subr | 2 +- usr.sbin/bsdconfig/timezone/share/zones.subr | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr index 353a8da106bc..3d5b0a8102e5 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 fd37c641db8f..ac0fd76d2719 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 909fef27324b..4905a180d099 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 81008a97c5f6..fcfb21ec3ab2 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)