From: Mike Yuan Date: Fri, 18 Apr 2025 17:21:24 +0000 (+0200) Subject: login: replace tabs with spaces in example polkit rule X-Git-Tag: v258-rc1~778 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f630d17c9ba222216ee11913a3f832e82574fb0f;p=thirdparty%2Fsystemd.git login: replace tabs with spaces in example polkit rule --- diff --git a/src/login/10-systemd-logind-root-ignore-inhibitors.rules.example b/src/login/10-systemd-logind-root-ignore-inhibitors.rules.example index ff79172cdff..737a14ab6a1 100644 --- a/src/login/10-systemd-logind-root-ignore-inhibitors.rules.example +++ b/src/login/10-systemd-logind-root-ignore-inhibitors.rules.example @@ -13,8 +13,8 @@ polkit.addRule(function(action, subject) { action.id == "org.freedesktop.login1.halt-ignore-inhibit" || action.id == "org.freedesktop.login1.suspend-ignore-inhibit" || action.id == "org.freedesktop.login1.hibernate-ignore-inhibit") && - subject.user == "root") { + subject.user == "root") { - return polkit.Result.YES; + return polkit.Result.YES; } });