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:
eb9f077
)
Fix indentation
author
INSUN PYO
<insun.pyo@samsung.com>
Mon, 16 Nov 2020 04:57:44 +0000
(13:57 +0900)
committer
jeon
<jhyuni.kang@samsung.com>
Tue, 5 Jan 2021 11:01:03 +0000
(20:01 +0900)
Change-Id: I957b966407ec281bb7b91cd7ed2dc49e8a3c3802
src/udev-seat.c
patch
|
blob
|
history
diff --git
a/src/udev-seat.c
b/src/udev-seat.c
index 585d65a3f33fe518d8f4168175b87332c903012f..d085ebe0a345fe17aa7b5b6456deaa2eb359c197 100644
(file)
--- a/
src/udev-seat.c
+++ b/
src/udev-seat.c
@@
-354,7
+354,7
@@
udev_input_enable(struct libinput *libinput)
return -1;
}
- buf_size = _udev_get_udev_monitor_buffer_size();
+
buf_size = _udev_get_udev_monitor_buffer_size();
if (buf_size)
{