diff options
author | Devin Teske <dteske@FreeBSD.org> | 2012-11-24 07:02:31 +0000 |
---|---|---|
committer | Devin Teske <dteske@FreeBSD.org> | 2012-11-24 07:02:31 +0000 |
commit | 6e908c6abc9b5cf9a2fef1409f51716d8b7dc978 (patch) | |
tree | a1a0c7cde1b93f6515e71b513899105a71a15280 /usr.sbin | |
parent | fdfd7b65a62ca0713c8dbee4df82d0311d1b94c1 (diff) | |
download | src-6e908c6abc9b5cf9a2fef1409f51716d8b7dc978.tar.gz src-6e908c6abc9b5cf9a2fef1409f51716d8b7dc978.zip |
Whitespace.
Approved by: adrian (co-mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=243476
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsdconfig/share/dialog.subr | 2 | ||||
-rw-r--r-- | usr.sbin/bsdconfig/share/mustberoot.subr | 2 | ||||
-rw-r--r-- | usr.sbin/bsdconfig/startup/share/rcedit.subr | 2 | ||||
-rw-r--r-- | 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) |