commit | 101d57b34b72f4fbc7df1b6edfd64c64a6be14fc | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Jul 31 18:34:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 18:34:32 2022 +0100 |
tree | 246feb7236973fb7a526652ab5795f49a808e553 | |
parent | c146d974f13450453a7c1f5ab10b105c515f0ccb [diff] [blame] |
patch 9.0.0124: code has more indent than needed Problem: Code has more indent than needed. Solution: Use continue and return statements. (closes #10824)
diff --git a/src/version.c b/src/version.c index 118a38b..212688c 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 124, +/**/ 123, /**/ 122,