]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.2117: unnecessary braces in terminal.c v9.1.2117
authorChristian Brabandt <cb@256bit.org>
Fri, 30 Jan 2026 09:50:46 +0000 (09:50 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 30 Jan 2026 09:50:46 +0000 (09:50 +0000)
Problem:  unnecessary braces in terminal.c
          (Christ van Willegen, after v9.1.2113)
Solution: Remove braces

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/terminal.c
src/version.c

index 17a7758fa0c2f342bbd3f9ebee27bf61c91a88bd..42eb5c823dd6cbd8ad486996a34b9c150ab43ba5 100644 (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)
index 30f37349d3f18ef9316b53deccae61d7eeb93007..aef56cbd24e276e2e0c748ccab7b250e2b06312c 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2117,
 /**/
     2116,
 /**/