commit | 3f0092c141824356b55b11cd3985baaf4df65334 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Oct 16 21:43:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 21:43:07 2022 +0100 |
tree | 23f7c7a3bd22311c685562c94799958bc03ef0aa | |
parent | 9d8620b519a84983bc8c24cb6c302f4d6b55a6c0 [diff] [blame] |
patch 9.0.0777: code is indented too much Problem: Code is indented too much. Solution: Use an early return. (Yegappan Lakshmanan, closes #11386)
diff --git a/src/version.c b/src/version.c index fc7a8d4..b0ba507 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 777, +/**/ 776, /**/ 775,