commit | 7f8b2559a30e2e2a443c35b28e94c6b45ba7ae04 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Jan 08 13:44:24 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 13:44:24 2023 +0000 |
tree | 04c0145c1e3cf9777d58c91fa7b2ad231cfecf8d | |
parent | df8f9473596c8fb18ec893de677dba455e8925b3 [diff] [blame] |
patch 9.0.1158: 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 #11787)
diff --git a/src/version.c b/src/version.c index d2efc12..560fb9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1158, +/**/ 1157, /**/ 1156,