diff --git a/Check.pm b/Check.pm
index d1a53df..1044951 100644
--- a/Check.pm
+++ b/Check.pm
@@ -231,7 +231,7 @@ my $randomFile = "random-file.txt";
$randomFile |
EOF
-# Increment counter
+ # Increment counter
if ( @Backups == 0 ) {
$hostCntNone++;
$strNone .= $str;
@@ -240,6 +240,7 @@ EOF
$strGood .= $str;
}
}
+ # End loop
# Time set
$fullSizeTot = sprintf("%.2f", $fullSizeTot / 1024);