commit | 7e5fe38efc105721400048a2ffdeddbe1b9c0650 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Sat Apr 15 13:17:50 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 15 13:17:50 2023 +0100 |
tree | 670353de5a42ddc725f9c109f80b05680a03d0e8 | |
parent | b49dfd0cf296623af2d756cefc3e73b5b307734e [diff] [blame] |
patch 9.0.1454: code indenting is confused by macros Problem: Code indenting is confused by macros. Solution: Put semicolon after the macros instead of inside. (Ozaki Kiichi, closes #12257)
diff --git a/src/version.c b/src/version.c index 792fc8e..9a50ab0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1454, +/**/ 1453, /**/ 1452,