From 62ab3e5daaad203be671a5510b961e77d621f5d3 Mon Sep 17 00:00:00 2001 From: Adam Thorn <alt36@cam.ac.uk> Date: Mon, 19 Dec 2022 14:51:10 +0000 Subject: [PATCH] whitespace only: replace tabs with spaces --- ROOT/usr/lib/xymon/client/ext/zfs-backups | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ROOT/usr/lib/xymon/client/ext/zfs-backups b/ROOT/usr/lib/xymon/client/ext/zfs-backups index 5491f46..42aca20 100755 --- a/ROOT/usr/lib/xymon/client/ext/zfs-backups +++ b/ROOT/usr/lib/xymon/client/ext/zfs-backups @@ -89,15 +89,15 @@ foreach my $hr (@{$all}) { $bb->color_line('red', "$conffile is missing\n"); } - my $thisquota = &thisquota($zfs_target); - my $parentquota = &parentquota($zfs_target); - if($thisquota ne 'none') { - $bb->color_line('green', "Quota of $thisquota is set\n"); - } elsif($parentquota ne 'none') { - $bb->color_line('green', "Parent has quota $parentquota set\n"); - } else { - $bb->color_line('red', "Neither " . $zfs_target . " or its parent has a quota set\n"); - } + my $thisquota = &thisquota($zfs_target); + my $parentquota = &parentquota($zfs_target); + if($thisquota ne 'none') { + $bb->color_line('green', "Quota of $thisquota is set\n"); + } elsif($parentquota ne 'none') { + $bb->color_line('green', "Parent has quota $parentquota set\n"); + } else { + $bb->color_line('red', "Neither " . $zfs_target . " or its parent has a quota set\n"); + } my $backup_age; if(defined($row->{'age'})) { -- GitLab