commit | 6ec66660476562e643deceb7c325cd0e8c903663 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jan 23 20:46:21 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 23 20:46:21 2023 +0000 |
tree | d4df62f09986eccdcc17fde259b37ea8ac9e5535 | |
parent | 9cbf791995514e72476399fe06e055a707ec0158 [diff] [blame] |
patch 9.0.1237: code is indented more than necessary Problem: Code is indented more than necessary. Solution: Use an early return where it makes sense. (Yegappan Lakshmanan, closes #11858)
diff --git a/src/version.c b/src/version.c index 886d0a4..30e9819 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1237, +/**/ 1236, /**/ 1235,