mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
meson.build: fix indentation for the python files
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1357>
This commit is contained in:
parent
b9a04e4d57
commit
9b37ffd340
1 changed files with 11 additions and 11 deletions
22
meson.build
22
meson.build
|
|
@ -640,17 +640,17 @@ executable('libinput-analyze',
|
||||||
)
|
)
|
||||||
|
|
||||||
src_python_tools = files(
|
src_python_tools = files(
|
||||||
'tools/libinput-analyze-buttons.py',
|
'tools/libinput-analyze-buttons.py',
|
||||||
'tools/libinput-analyze-per-slot-delta.py',
|
'tools/libinput-analyze-per-slot-delta.py',
|
||||||
'tools/libinput-analyze-recording.py',
|
'tools/libinput-analyze-recording.py',
|
||||||
'tools/libinput-analyze-touch-down-state.py',
|
'tools/libinput-analyze-touch-down-state.py',
|
||||||
'tools/libinput-list-kernel-devices.py',
|
'tools/libinput-list-kernel-devices.py',
|
||||||
'tools/libinput-measure-fuzz.py',
|
'tools/libinput-measure-fuzz.py',
|
||||||
'tools/libinput-measure-touchpad-size.py',
|
'tools/libinput-measure-touchpad-size.py',
|
||||||
'tools/libinput-measure-touchpad-tap.py',
|
'tools/libinput-measure-touchpad-tap.py',
|
||||||
'tools/libinput-measure-touchpad-pressure.py',
|
'tools/libinput-measure-touchpad-pressure.py',
|
||||||
'tools/libinput-measure-touch-size.py',
|
'tools/libinput-measure-touch-size.py',
|
||||||
'tools/libinput-replay.py'
|
'tools/libinput-replay.py'
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach t : src_python_tools
|
foreach t : src_python_tools
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue