Fix spacing

This commit is contained in:
Jamie Cameron
2023-07-14 10:20:13 -07:00
parent 510c7153e4
commit 94d3727b41

View File

@ -261,7 +261,7 @@ if ($rpmdepends && defined($minfo{'depends'})) {
close($fh);
@mod_def_list = split(/\s+/, $mod_def_list);
if ( grep( /^$dmod$/, @mod_def_list ) ) {
next;
next;
}
}
push(@rdeps, $dwebmin ? ("webmin", ">=", $dwebmin) :