commit | fd731b0e31df9f167098c4a77ff894fea6cb7f5c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 09 11:23:58 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 09 11:23:58 2019 +0100 |
tree | c27514e7cb12e27538639fd9351d7066119c1c8f | |
parent | 9d7fdd403a3a9ee0d008b6dcbcd2ecc9ec0f57b7 [diff] [blame] |
patch 8.1.1000: indenting is off Problem: Indenting is off. Solution: Make indenting consistent and update comments. (Ozaki Kiichi, closes #4079)
diff --git a/src/version.c b/src/version.c index e427ffe..e4e6b3c 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1000, +/**/ 999, /**/ 998,