Whitespace.

Approved by:	adrian (co-mentor) (implicit)
This commit is contained in:
Devin Teske 2012-11-24 07:02:31 +00:00
parent fdfd7b65a6
commit 6e908c6abc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243476
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"

View file

@ -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 ) ||

View file

@ -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)