From 2481e9f7d2718674ace388ef21586cb44320a860 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 13 Aug 2014 21:12:02 +0000 Subject: [PATCH] small output tweak for array line on memory --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index aa250b3..eed2065 100755 --- a/inxi +++ b/inxi @@ -11962,12 +11962,12 @@ print_ram_data() fi if [[ $B_EXTRA_DATA == 'true' ]];then if [[ -n ${a_memory_item[7]} ]];then - max_module_size="${C1}max module size${SEP3}${C2} ${a_memory_item[7]}" + max_module_size="${C1}max module size${SEP3}${C2} ${a_memory_item[7]} " fi fi if [[ $B_EXTRA_EXTRA_EXTRA_DATA == 'true' ]];then if [[ -n ${a_memory_item[8]} ]];then - module_voltage=" ${C1}module voltage$SEP3${C2} ${a_memory_item[8]}" + module_voltage="${C1}module voltage$SEP3${C2} ${a_memory_item[8]}" fi fi memory_line="${C1}Array-$array_counter capacity$SEP3${C2} $max_capacity ${C1}devices$SEP3${C2} $nu_of_devices ${C1}EC$SEP3${C2} $error_correction "