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:
bdd2c9b
)
tools/record: fix the indentation of the system: section
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 7 Apr 2022 04:44:53 +0000
(14:44 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 7 Apr 2022 04:46:57 +0000
(14:46 +1000)
Fixes
0cdf459643bfa6264bd2d1af8f7749529ebffee1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/libinput-record.c
patch
|
blob
|
history
diff --git
a/tools/libinput-record.c
b/tools/libinput-record.c
index b31b6fe347ededbe9079d677c337a19a8f1137fe..7ac6d25791d3877eb9ca501b4bcbec4ecb34a024 100644
(file)
--- a/
tools/libinput-record.c
+++ b/
tools/libinput-record.c
@@
-61,7
+61,7
@@
enum indent {
I_NONE = 0,
I_TOPLEVEL = 0,
I_LIBINPUT = 2, /* nodes inside libinput: */
- I_SYSTEM =
0
, /* nodes inside system: */
+ I_SYSTEM =
2
, /* nodes inside system: */
I_DEVICE = 2, /* nodes inside devices: */
I_EVDEV = 4, /* nodes inside evdev: */
I_EVDEV_DATA = 6, /* nodes below evdev: */