commit | 465de3a57b815f1188c707e7c083950c81652536 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Dec 26 12:50:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 26 12:50:04 2022 +0000 |
tree | 6a1e8783bb5f269282668c258f0b893bd961a888 | |
parent | b3d614369fceb891819badc941f80f08f57831f9 [diff] [blame] |
patch 9.0.1098: code uses too much indent Problem: Code uses too much indent. Solution: Use an early return. (Yegappan Lakshmanan, closes #11747)
diff --git a/src/version.c b/src/version.c index 94bcd58..fdaffe3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1098, +/**/ 1097, /**/ 1096,