commit | 87c1cbbe984e60582f2536e4d3c2ce88cd474bb7 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Dec 27 19:54:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 27 19:54:52 2022 +0000 |
tree | 34257b73179d88eb605876661cb81ad37b4e2f30 | |
parent | 56310d38d8e866085108c7b77b756f4373d5122a [diff] [blame] |
patch 9.0.1105: code is indented too much Problem: Code is indented too much. Solution: Use an early return. (Yegappan Lakshmanan, closes #11756)
diff --git a/src/version.c b/src/version.c index 8dbf11f..2f0c73c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1105, +/**/ 1104, /**/ 1103,