]> granicus.if.org Git - vim/commitdiff
patch 7.4.1411 v7.4.1411
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Feb 2016 22:04:36 +0000 (23:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Feb 2016 22:04:36 +0000 (23:04 +0100)
Problem:    Compiler warning for indent. (Ajit Thakkar)
Solution:   Indent normally.

src/ui.c
src/version.c

index 12aa12cbde05f8ffd3e3339c7cd64fbf7af1f79d..891da1bf4494c26d1b9381bc22663c3ab1fbbed3 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -711,7 +711,7 @@ clip_compare_pos(
     if (row1 < row2) return(-1);
     if (col1 > col2) return(1);
     if (col1 < col2) return(-1);
-                    return(0);
+    return(0);
 }
 
 /*
index ce155faf35da173764fec86df7e554301c17ab05..46971b0ae519c77c68f417c6aff88578fe4b3a2c 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1411,
 /**/
     1410,
 /**/