commit | 1cfb14aa972ccf3235ac67f07b7db1175b7c5384 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jan 09 19:04:23 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 19:04:23 2023 +0000 |
tree | b746eda548993b9e0987d7c9c0c543ddddc5758f | |
parent | 765d82a657c5e42d5d7c88ae410e53f398c34c43 [diff] [blame] |
patch 9.0.1166: 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 #11792)
diff --git a/src/version.c b/src/version.c index 14d4f64..6bddfff 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1166, +/**/ 1165, /**/ 1164,