aboutsummaryrefslogtreecommitdiff
path: root/libseat/backend
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2020-10-11 01:41:34 +0200
committerKenny Levinsen <kl@kl.wtf>2020-10-11 01:41:34 +0200
commit7d785ea9936a07608994e0264726d4e2d98e6919 (patch)
tree1cd4728af603725da25d9e9fa0fd66bf69ca8887 /libseat/backend
parentdaffed09551eef1d46a25a3ed83bef43ef31ebdb (diff)
logind: clang-format
Diffstat (limited to 'libseat/backend')
-rw-r--r--libseat/backend/logind.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libseat/backend/logind.c b/libseat/backend/logind.c
index d6bbd94..76297ce 100644
--- a/libseat/backend/logind.c
+++ b/libseat/backend/logind.c
@@ -163,8 +163,7 @@ static int switch_session(struct libseat *base, int s) {
sd_bus_message *msg = NULL;
sd_bus_error error = SD_BUS_ERROR_NULL;
- int ret = sd_bus_call_method(session->bus, "org.freedesktop.login1",
- session->seat_path,
+ int ret = sd_bus_call_method(session->bus, "org.freedesktop.login1", session->seat_path,
"org.freedesktop.login1.Seat", "SwitchTo", &error, &msg, "u",
(uint32_t)s);
if (ret < 0) {