mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
patch 9.1.2117: unnecessary braces in terminal.c
Problem: unnecessary braces in terminal.c
(Christ van Willegen, after v9.1.2113)
Solution: Remove braces
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -1488,9 +1488,7 @@ term_mouse_click(VTerm *vterm, int key)
|
||||
|
||||
state = vterm_obtain_state(vterm);
|
||||
if (state == NULL)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
vterm_state_get_mousestate(state, &mouse_state);
|
||||
if (mouse_state.flags == 0)
|
||||
|
||||
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2117,
|
||||
/**/
|
||||
2116,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user