From: Peter Hutterer Date: Thu, 7 Apr 2022 04:44:53 +0000 (+1000) Subject: tools/record: fix the indentation of the system: section X-Git-Tag: 1.21.0~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6ec596467a6a33beb79701931321933d4fced9c;p=platform%2Fupstream%2Flibinput.git tools/record: fix the indentation of the system: section Fixes 0cdf459643bfa6264bd2d1af8f7749529ebffee1 Signed-off-by: Peter Hutterer --- diff --git a/tools/libinput-record.c b/tools/libinput-record.c index b31b6fe3..7ac6d257 100644 --- 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: */