mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
pre-commit: Fix end of files
The new pre-commit hook introduced in commit 53517dccb8 ("Add
pre-commit hooks") found 2 files ending with a double empty line:
Fix End of Files.............................Failed
- hook id: end-of-file-fixer
- exit code: 1
- files were modified by this hook
Fix this error.
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
This commit is contained in:
parent
973c461d4b
commit
8d0f2f5f62
2 changed files with 0 additions and 2 deletions
|
|
@ -421,4 +421,3 @@ devices arbitration has to be done in userspace.
|
|||
libinput uses the **libinput_device_group** to decide on touch arbitration
|
||||
and automatically discards touch events whenever a tool is in proximity.
|
||||
The exact behavior is device-dependent.
|
||||
|
||||
|
|
|
|||
|
|
@ -260,4 +260,3 @@ MatchBus=usb
|
|||
MatchVendor=0x1532
|
||||
MatchProduct=0x029E
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue