commit | 623e94e13810e109c6aa201bcf3a8278429502f3 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Nov 13 18:11:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 18:11:17 2022 +0000 |
tree | b09a9528a4ca1da32fdb74b68562af394b20140e | |
parent | 3b014befa006b7224a84d7d58d9603fc261f34cd [diff] [blame] |
patch 9.0.0872: code is indented more than needed Problem: Code is indented more than needed. Solution: Return early. (Yegappan Lakshmanan, closes #11538)
diff --git a/src/version.c b/src/version.c index b57fffe..e8a1fa8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 872, +/**/ 871, /**/ 870,