commit | 9f1983de4e8293bae32fdab72a459b1b64bf767f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 12 20:35:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 12 20:35:35 2022 +0100 |
tree | 15b189fe27c86afd6b88e1d9db2c2e1fdfa3bc56 | |
parent | 3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 [diff] [blame] |
patch 8.2.4945: inconsistent use of white space Problem: Inconsistent use of white space. Solution: Use Tabs and Spaces consistently.
diff --git a/src/version.c b/src/version.c index e2b8c34..45f0f28 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4945, +/**/ 4944, /**/ 4943,