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:
Christian Brabandt
2026-01-30 09:50:46 +00:00
parent 57b577df32
commit cfe9d83a85
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -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)
+2
View File
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2117,
/**/
2116,
/**/