]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1841: style: trailing whitespace in ex_cmds.c v9.0.1841
authorChristian Brabandt <cb@256bit.org>
Sat, 2 Sep 2023 13:07:24 +0000 (15:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 2 Sep 2023 13:08:09 +0000 (15:08 +0200)
Problem:  style: trailing whitespace in ex_cmds.c
Solution: remove it

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

index 9348b4edda1579c178f6f721444a4056f8f685c2..c30b6fddf24c4952f9dc9de75f5a07bb59edae4a 100644 (file)
@@ -2646,11 +2646,11 @@ do_ecmd(
        goto theend;
     }
 
-    
+
      // End Visual mode before switching to another buffer, so the text can be
      // copied into the GUI selection buffer.
      // Careful: may trigger ModeChanged() autocommand
-     
+
     // Should we block autocommands here?
     reset_VIsual();
 
index 34878d74929c43b9f9189580fa3c78ff3576f448..7fd2ebcac1996a3d02f2fa56d5206b219e1a7147 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1841,
 /**/
     1840,
 /**/