From c9471b18728b1b37c04845ca2bc59fc981308b2d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 9 May 2023 15:00:00 +0100 Subject: patch 9.0.1529: code style test doesn't check for space after "if" Problem: Code style test doesn't check for space after "if". Solution: Add a test for 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 5af78a53c3..1745dcd030 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 */ +/**/ + 1529, /**/ 1528, /**/ -- cgit v1.2.3