From 9b37ffd34084e6cc38d5f015b58b5b3ac3c1319b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 5 Nov 2025 11:26:07 +1000 Subject: [PATCH] meson.build: fix indentation for the python files Part-of: --- meson.build | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/meson.build b/meson.build index 94bad9d3..c42bb92a 100644 --- a/meson.build +++ b/meson.build @@ -640,17 +640,17 @@ executable('libinput-analyze', ) src_python_tools = files( - 'tools/libinput-analyze-buttons.py', - 'tools/libinput-analyze-per-slot-delta.py', - 'tools/libinput-analyze-recording.py', - 'tools/libinput-analyze-touch-down-state.py', - 'tools/libinput-list-kernel-devices.py', - 'tools/libinput-measure-fuzz.py', - 'tools/libinput-measure-touchpad-size.py', - 'tools/libinput-measure-touchpad-tap.py', - 'tools/libinput-measure-touchpad-pressure.py', - 'tools/libinput-measure-touch-size.py', - 'tools/libinput-replay.py' + 'tools/libinput-analyze-buttons.py', + 'tools/libinput-analyze-per-slot-delta.py', + 'tools/libinput-analyze-recording.py', + 'tools/libinput-analyze-touch-down-state.py', + 'tools/libinput-list-kernel-devices.py', + 'tools/libinput-measure-fuzz.py', + 'tools/libinput-measure-touchpad-size.py', + 'tools/libinput-measure-touchpad-tap.py', + 'tools/libinput-measure-touchpad-pressure.py', + 'tools/libinput-measure-touch-size.py', + 'tools/libinput-replay.py' ) foreach t : src_python_tools