patch 9.1.2115: CI: wrong preprocessor indentation

Commit: 
https://github.com/vim/vim/commit/a7c28bd1b98e36bf5df77dedc028ec88685639c2
Author: Yasuhiro Matsumoto <[email protected]>
Date:   Fri Jan 30 09:35:05 2026 +0000

    patch 9.1.2115: CI: wrong preprocessor indentation
    
    Problem:  CI: wrong preprocessor indentation
              (after v9.1.2114)
    Solution: Update indentation (Yasuhiro Matsumoto)
    
    closes: #19283
    
    Signed-off-by: Yasuhiro Matsumoto <[email protected]>
    Signed-off-by: Christian Brabandt <[email protected]>

diff --git a/src/clipboard.c b/src/clipboard.c
index 6a0473b0a..93be7b759 100644
--- a/src/clipboard.c
+++ b/src/clipboard.c
@@ -452,11 +452,11 @@ clip_auto_select(void)
     int
 clip_isautosel_star(void)
 {
-#ifdef FEAT_GUI
+# ifdef FEAT_GUI
     if (gui.in_use)
        return vim_strchr(p_go, GO_ASEL) != NULL
            && vim_strchr(p_go, GO_ASELPLUS) == NULL;
-#endif
+# endif
     return clip_autoselect_star;
 }
 
@@ -467,10 +467,10 @@ clip_isautosel_star(void)
     int
 clip_isautosel_plus(void)
 {
-#ifdef FEAT_GUI
+# ifdef FEAT_GUI
     if (gui.in_use)
        return vim_strchr(p_go, GO_ASELPLUS) != NULL;
-#endif
+# endif
     return clip_autoselect_plus;
 }
 
diff --git a/src/version.c b/src/version.c
index a885fd23d..2644380c0 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 */
+/**/
+    2115,
 /**/
     2114,
 /**/

-- 
-- 
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/E1vll3r-003fpQ-Tp%40256bit.org.

Raspunde prin e-mail lui