From aebbdbe6c686ca6684c0d74d3024f5d1c1d765a8 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 6 Jan 2009 22:20:06 +0000 Subject: [PATCH] small whitespace clean up --- inxi | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/inxi b/inxi index a474d2a..5672e6f 100755 --- a/inxi +++ b/inxi @@ -1366,7 +1366,6 @@ get_audio_alsa_data() echo "$alsa_data" } - ## create A_CPU_CORE_DATA, currently with two values: integer core count; core string text ## return value cpu core count string, this helps resolve the multi redundant lines of old style output get_cpu_core_count() @@ -1478,11 +1477,11 @@ get_cpu_data() ## this is for counting processors and finding HT types get_cpu_ht_multicore_smp_data() { -# in /proc/cpuinfo -# if > 1 processor && processor id == core id then Hyperthreaded (HT) -# if > 1 processor && different processor ids then Multiple Processors (SMP) -# if > 1 processor && processor id != core id then Multi-Core Processors (MCP) -# if = 1 processor then single core/processor Uni-Processor (UP) + # in /proc/cpuinfo + # if > 1 processor && processor id == core id then Hyperthreaded (HT) + # if > 1 processor && different processor ids then Multiple Processors (SMP) + # if > 1 processor && processor id != core id then Multi-Core Processors (MCP) + # if = 1 processor then single core/processor Uni-Processor (UP) if [[ $B_CPUINFO == 'true' ]]; then {