indentation fix

This commit is contained in:
Christoph Klaffl 2017-12-06 23:36:13 +01:00
parent e61ccf1c9d
commit 53894b2855
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
1 changed files with 1 additions and 1 deletions

2
sanoid
View File

@ -317,7 +317,7 @@ sub take_snapshots {
$lastpreferred = timelocal(@preferredtime);
if ($dstOffset ne 0) {
# timelocal doesn't take DST into account
# timelocal doesn't take DST into account
$lastpreferred += $dstOffset;
# DST ended, avoid duplicates
$dateSuffix = "_y";