diff options
author | Bram Moolenaar <Bram@vim.org> | 2023-02-17 21:29:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-02-17 21:29:57 +0000 |
commit | f2017f255ddceaad88a951adc6a2c190d3a18ebf (patch) | |
tree | f64c898da4cc74319a2dc1093fa9a16e883c0d5e /src/version.c | |
parent | 552bdca781bd202012224316ffae3439aac83b7b (diff) | |
download | vim-git-9.0.1318.tar.gz |
patch 9.0.1318: code style test failsv9.0.1318
Problem: Code style test fails.
Solution: Remove trailing white space.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index ff0b29ea1..bcd24fa90 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1318, +/**/ 1317, /**/ 1316, |