mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 19:20:05 +01:00
tools/record: fix the indentation of the system: section
Fixes 0cdf459643
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
bdd2c9b76f
commit
a6ec596467
1 changed files with 1 additions and 1 deletions
|
|
@ -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: */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue