patch 9.1.2117: unnecessary braces in terminal.c

Commit: 
https://github.com/vim/vim/commit/cfe9d83a8579698deb6abba2bcf31f717ae04577
Author: Christian Brabandt <[email protected]>
Date:   Fri Jan 30 09:50:46 2026 +0000

    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 <[email protected]>

diff --git a/src/terminal.c b/src/terminal.c
index 17a7758fa..42eb5c823 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -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)
diff --git a/src/version.c b/src/version.c
index 30f37349d..aef56cbd2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2117,
 /**/
     2116,
 /**/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/vim_dev/E1vllIL-003gzt-6w%40256bit.org.

Raspunde prin e-mail lui