mirror of
https://github.com/webmin/webmin.git
synced 2025-08-01 07:22:48 +00:00
Fix spacing
This commit is contained in:
@ -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) :
|
||||
|
Reference in New Issue
Block a user