tweak to spacing

This commit is contained in:
inxi-svn 2011-07-06 00:57:34 +00:00
parent 3806ce7200
commit 0c45a0a325

2
inxi
View file

@ -6658,7 +6658,7 @@ print_info_data()
info_data="$closing_data" info_data="$closing_data"
line_starter=' ' line_starter=' '
else else
info_data="${info_data} $closing_data" info_data="${info_data}$closing_data"
fi fi
info_data=$( create_print_line "$line_starter" "$info_data" ) info_data=$( create_print_line "$line_starter" "$info_data" )
if [[ $SCHEME -gt 0 ]];then if [[ $SCHEME -gt 0 ]];then