diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-06-09 11:28:10 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-06-13 08:10:22 -0400 |
commit | 1262f1400c6f443a1460e168c7adc25997247cde (patch) | |
tree | 87179cdb7b39d6afc137481bc4196082c99ec358 /session/logind.c | |
parent | 325a331425c1771d16fa90d099fa33f3ab8772f3 (diff) |
Initial pass on libinput backend
Diffstat (limited to 'session/logind.c')
-rw-r--r-- | session/logind.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/session/logind.c b/session/logind.c index 6ce7e4c2..73cd70f2 100644 --- a/session/logind.c +++ b/session/logind.c @@ -28,8 +28,7 @@ struct logind_session { }; static int logind_take_device(struct wlr_session *restrict base, - const char *restrict path) { - + const char *restrict path) { struct logind_session *session = wl_container_of(base, session, base); int ret; |