commit | ed0c1d5d4b30d03b26ff08841f6da2ddf44025a7 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Dec 30 18:07:46 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 18:07:46 2022 +0000 |
tree | f30f357f2f6b1e3152cc52d038f41b7adced9840 | |
parent | ef91ae4557ac93e581b0ec39bf4c78c3556d7484 [diff] [blame] |
patch 9.0.1115: code is indented more than needed Problem: Code is indented more than needed. Solution: Use an early return to reduce indenting. (Yegappan Lakshmanan, closes #11758)
diff --git a/src/version.c b/src/version.c index 2571f51..3166491 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1115, +/**/ 1114, /**/ 1113,