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:
Peter Hutterer 2022-04-07 14:44:53 +10:00
parent bdd2c9b76f
commit a6ec596467

View file

@ -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: */