mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-19 10:08:28 +02:00
[clang-tidy] remove pointless return in void function
Found with readability-redundant-control-flow Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
e926d3d919
commit
9d72909658
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue