From 8dc5a114ebe5de9f792e0a4f44e9db3cb6d33ded Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 16 Oct 2015 10:17:11 +0200 Subject: [PATCH] fix identation #121 --- lib/disk.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/disk.pm b/lib/disk.pm index 0f283a7..428cc83 100644 --- a/lib/disk.pm +++ b/lib/disk.pm @@ -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];