summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-01-23 20:46:21 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-23 20:46:21 +0000
commit6ec66660476562e643deceb7c325cd0e8c903663 (patch)
treed4df62f09986eccdcc17fde259b37ea8ac9e5535 /src/version.c
parent9cbf791995514e72476399fe06e055a707ec0158 (diff)
downloadvim-git-9.0.1237.tar.gz
patch 9.0.1237: code is indented more than necessaryv9.0.1237
Problem: Code is indented more than necessary. Solution: Use an early return where it makes sense. (Yegappan Lakshmanan, closes #11858)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 886d0a4df..30e981996 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1237,
+/**/
1236,
/**/
1235,