mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix indent
This commit is contained in:
@@ -2378,7 +2378,7 @@ sub is_systemd_service
|
||||
my ($name) = @_;
|
||||
foreach my $s (&list_systemd_services(1)) {
|
||||
if (($s->{'name'} eq $name ||
|
||||
$s->{'name'} eq "$name.service") && !$s->{'legacy'}) {
|
||||
$s->{'name'} eq "$name.service") && !$s->{'legacy'}) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user