commit | 6e1d31e9e3ca42cb883abca198f011dc6f4ceb14 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Thu Feb 03 13:05:32 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 03 13:05:32 2022 +0000 |
tree | 85e836c29901bb4997d3f839303959f12a8f1b75 | |
parent | 2d3ac2e03093c4b0ae5d18c5f2f51ae0c2a9ec72 [diff] [blame] |
patch 8.2.4288: preprocessor indents are inconsistent Problem: Preprocessor indents are inconsistent. Solution: Fix preprocessor indents. (Ken Takata, closes #9691)
diff --git a/src/version.c b/src/version.c index b53b4eb..cc4e7d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4288, +/**/ 4287, /**/ 4286,