commit | dc4daa3a3915fba11ac87d27977240d9a5e0d47d | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jan 02 16:54:53 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 16:54:53 2023 +0000 |
tree | 7c28de30cdf3c6a351bd41795612be078f451c9f | |
parent | a2942c74683be3f67c6044c2886dc6c237358b3d [diff] [blame] |
patch 9.0.1132: code is indented more than needed Problem: Code is indented more than needed. Solution: Use an early return to reduce indentation. (Yegappan Lakshmanan, closes #11769)
diff --git a/src/version.c b/src/version.c index babedcc..08a0215 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1132, +/**/ 1131, /**/ 1130,