commit | 0233bdfa2b487c392dc4fd1a29113e08fbace334 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Jan 12 12:33:30 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 12:33:30 2023 +0000 |
tree | 83551e09979e7baa762cd11a65ddff2153883e4e | |
parent | 043d7b2c84cda275354aa023b5769660ea70a168 [diff] [blame] |
patch 9.0.1183: 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 #11805)
diff --git a/src/version.c b/src/version.c index b532948..be6600a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1183, +/**/ 1182, /**/ 1181,