commit | e8575988969579f9e1439181ae338b2ff74054a8 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jan 14 12:32:28 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 12:32:28 2023 +0000 |
tree | f4c8a1242cb67b073bb0e375740c764c2136af21 | |
parent | 378e6c03f98efc88e8c2675e05a548f9bb7889a1 [diff] [blame] |
patch 9.0.1196: 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 #11813)
diff --git a/src/version.c b/src/version.c index 7a02894..33603ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1196, +/**/ 1195, /**/ 1194,