mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
Fix redundant return statements
… at the end of a function with a void return type. Found using clang-tidy's readability-redundant-control-flow.
This commit is contained in:
@ -631,8 +631,6 @@ static void handle_button_press(xcb_button_press_event_t *event) {
|
||||
modifier = MOD_Mod1;
|
||||
handle_expose();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user