tools/record: get rid of indent push/pop, replace with fixed indents
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 26 Mar 2021 02:46:19 +0000 (12:46 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 29 Mar 2021 23:02:31 +0000 (09:02 +1000)
commit0cdf459643bfa6264bd2d1af8f7749529ebffee1
treef2c824cdd41901e642075fc50d8cc0645a917392
parent632eedadf5124278ab2690a00f2079c89840adbb
tools/record: get rid of indent push/pop, replace with fixed indents

Our file format is static enough that we don't need to use push/pop, we know
exactly which line is going where. So let's replace it with a static
indent instead.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/libinput-record.c