fix identation #121

This commit is contained in:
Jordi Sanfeliu 2015-10-16 10:17:11 +02:00
parent 74da08ac47
commit 8dc5a114eb
1 changed files with 5 additions and 5 deletions

View File

@ -220,11 +220,11 @@ sub disk_update {
$temp = $tmp[9];
chomp($temp);
}
if(/^190/ && /Airflow_Temperature_Cel/) {
my @tmp = split(' ', $_);
$temp = $tmp[9] unless $temp;
chomp($temp);
}
if(/^190/ && /Airflow_Temperature_Cel/) {
my @tmp = split(' ', $_);
$temp = $tmp[9] unless $temp;
chomp($temp);
}
if(/^197/ && /Current_Pending_Sector/) {
my @tmp = split(' ', $_);
$smart2 = $tmp[9];