commit | 1f20daa1d784e2d8ae13db5b9c8abbb648dd2a03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 21:12:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 21:12:24 2019 +0100 |
tree | 72c3bb662eff37d7da68c90bca8c08e5e23c5092 | |
parent | 63c0ccd2b68ce854f294e6f149cc700c7f543674 [diff] [blame] |
patch 8.1.0784: messy indent in if statement Problem: Messy indent in if statement. Solution: Improve structure of if statement. (Ozaki Kiichi, closes #3826)
diff --git a/src/version.c b/src/version.c index 11e4bb6..90f4296 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 784, +/**/ 783, /**/ 782,