commit | 368aa6908862874fdb901c534ee99033ac977e4a | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Sep 27 11:46:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 11:46:48 2022 +0100 |
tree | 4a1bc5cb3a9be47356efaa73d1554208b95c8a3e | |
parent | d32474229213276c64cb293885a975dcb406fbc9 [diff] [blame] |
patch 9.0.0601: too much indent Problem: Too much indent. Solution: Return out early from a funtion. (Yegappan Lakshmanan, close #11238)
diff --git a/src/version.c b/src/version.c index d0e14a2..0952526 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 601, +/**/ 600, /**/ 599,