Skip to content

tools/record: fix indentation for libinput events

Peter Hutterer requested to merge whot/libinput:wip/record-fixes into main

Commit 0cdf4596 tools/record: get rid of indent push/pop, replace with fixed indents

Introduced some magic to detect if there's a '-' at the start of the format string to fix the identation. This only works if the format string is constant though, leading to an indentation error when record is run with --with-libinput.

Fixes 0cdf4596

Merge request reports