From 9d729096584a2e5e0e7217a84d9c4a7421060447 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 27 Aug 2020 00:58:40 -0700 Subject: [PATCH] [clang-tidy] remove pointless return in void function Found with readability-redundant-control-flow Signed-off-by: Rosen Penev --- src/evdev-mt-touchpad.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 9bee7606..c44aeaf0 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -3218,8 +3218,6 @@ tp_init_dwt(struct tp_dispatch *tp, tp->dwt.config.get_default_enabled = tp_dwt_config_get_default; tp->dwt.dwt_enabled = tp_dwt_default_enabled(tp); device->base.config.dwt = &tp->dwt.config; - - return; } static inline void