mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 05:38:04 +02:00
touchpad: remove trailing semicolon from macro
Avoids empty statements Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c6d81c84de
commit
ec0b927c5b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#include "evdev-mt-touchpad.h"
|
#include "evdev-mt-touchpad.h"
|
||||||
|
|
||||||
#define CASE_RETURN_STRING(a) case a: return #a;
|
#define CASE_RETURN_STRING(a) case a: return #a
|
||||||
|
|
||||||
#define DEFAULT_TAP_TIMEOUT_PERIOD 180
|
#define DEFAULT_TAP_TIMEOUT_PERIOD 180
|
||||||
#define DEFAULT_TAP_MOVE_THRESHOLD TP_MM_TO_DPI_NORMALIZED(3)
|
#define DEFAULT_TAP_MOVE_THRESHOLD TP_MM_TO_DPI_NORMALIZED(3)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue