commit | f97a295ccaa9803367f3714cdefce4e2283c771d | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Jan 18 18:17:48 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 18 18:17:48 2023 +0000 |
tree | a5e4d3b6f9b6b5b8a123857d13aa3b423494c01f | |
parent | 4aecaa168e90cf28da7a6facea6b11ae250a8a18 [diff] [blame] |
patch 9.0.1221: 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 #11833)
diff --git a/src/version.c b/src/version.c index 9bfbe4b..d94f43f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1221, +/**/ 1220, /**/ 1219,