From c573496914b64e57e39ae738f587fd41b3cbd944 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 3 Sep 2023 22:54:28 -0700 Subject: [PATCH] Fix indenting --- init/init-lib.pl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/init/init-lib.pl b/init/init-lib.pl index e25a6a1b3..53770b76d 100644 --- a/init/init-lib.pl +++ b/init/init-lib.pl @@ -2459,10 +2459,8 @@ my $systemd_local_conf = "/etc/systemd/system"; my $systemd_unit_dir1 = "/usr/lib/systemd/system"; my $systemd_unit_dir2 = "/lib/systemd/system"; if ($name) { - foreach my $p ( - $systemd_local_conf, - $systemd_unit_dir1, - $systemd_unit_dir2) { + foreach my $p ($systemd_local_conf, $systemd_unit_dir1, + $systemd_unit_dir2) { if (-r "$p/$name.service" || -r "$p/$name" || -r "$p/$name.target" ||