Whitespace.
Approved by: adrian (co-mentor) (implicit)
This commit is contained in:
parent
4df3510526
commit
1b9b8a999d
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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 ) ||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user