projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8584c04
)
lid: fix some indentation
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 3 May 2017 11:08:14 +0000
(21:08 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 3 May 2017 11:08:14 +0000
(21:08 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-lid.c
patch
|
blob
|
history
diff --git
a/src/evdev-lid.c
b/src/evdev-lid.c
index
8db7f37
..
a975e35
100644
(file)
--- a/
src/evdev-lid.c
+++ b/
src/evdev-lid.c
@@
-92,13
+92,13
@@
lid_switch_toggle_keyboard_listener(struct lid_switch_dispatch *dispatch,
if (is_closed) {
libinput_device_add_event_listener(
-
&dispatch->keyboard.keyboard->base,
-
&dispatch->keyboard.listener,
-
lid_switch_keyboard_event,
-
dispatch);
+ &dispatch->keyboard.keyboard->base,
+ &dispatch->keyboard.listener,
+ lid_switch_keyboard_event,
+ dispatch);
} else {
libinput_device_remove_event_listener(
-
&dispatch->keyboard.listener);
+ &dispatch->keyboard.listener);
}
}