Skip to content

Commit f630d17

Browse files
YHNdnzjyuwata
authored andcommitted
login: replace tabs with spaces in example polkit rule
1 parent 3bb398c commit f630d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/login/10-systemd-logind-root-ignore-inhibitors.rules.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ polkit.addRule(function(action, subject) {
1313
action.id == "org.freedesktop.login1.halt-ignore-inhibit" ||
1414
action.id == "org.freedesktop.login1.suspend-ignore-inhibit" ||
1515
action.id == "org.freedesktop.login1.hibernate-ignore-inhibit") &&
16-
subject.user == "root") {
16+
subject.user == "root") {
1717

18-
return polkit.Result.YES;
18+
return polkit.Result.YES;
1919
}
2020
});

0 commit comments

Comments
 (0)