Whitespace.

Approved by:	adrian (co-mentor) (implicit)
This commit is contained in:
dteske 2012-11-24 07:02:31 +00:00
parent 4df3510526
commit 1b9b8a999d
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)