From f2017f255ddceaad88a951adc6a2c190d3a18ebf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 17 Feb 2023 21:29:57 +0000 Subject: patch 9.0.1318: code style test fails Problem: Code style test fails. Solution: Remove trailing white space. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index ff0b29ea1..bcd24fa90 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1318, /**/ 1317, /**/ -- cgit v1.2.1