Skip to content

Commit

Permalink
[codingstd] hard tabs in config/auto/arch.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Nov 8, 2014
1 parent 55f261b commit 20c4fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/auto/arch.pm
Expand Up @@ -124,10 +124,10 @@ sub runstep {
qr/model name\s+:/);
} elsif ($^O eq 'solaris' and -x '/usr/bin/kstat') {
$cpu_type = _parse_cpuinfo('/usr/bin/kstat -m cpu_info',
qr/brand/);
qr/brand/);
} elsif ($^O eq 'darwin' and -x '/usr/sbin/system_profiler') {
$cpu_type = _parse_cpuinfo('/usr/sbin/system_profiler SPHardwareDataType',
qr/Processor Name:/i);
qr/Processor Name:/i);
$cpuarch = 'amd64' if $cpu_type =~ /^Intel Core/;
} elsif ($^O eq 'MSWin32' and defined $ENV{PROCESSOR_IDENTIFIER}) {
$cpu_type = $ENV{PROCESSOR_IDENTIFIER};
Expand Down

0 comments on commit 20c4fda

Please sign in to comment.