commit | a41e221935edab62672a15123af48f4f14ac1c7d | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jan 16 18:19:05 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 18:19:05 2023 +0000 |
tree | 318664da494793bc3edfd6ffafc9d9ed53971dd5 | |
parent | 450c7a97d1a28f715acaf562298112b9b932adc3 [diff] [blame] |
patch 9.0.1208: 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 #11819)
diff --git a/src/version.c b/src/version.c index afc4de8..8b211fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1208, +/**/ 1207, /**/ 1206,