diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-16 10:59:11 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-19 15:03:07 +0100 |
commit | 1798a4b5e9f0ae56cd800095f79423fea5cae8ca (patch) | |
tree | d7292e2164461bee8638dfb9b37174052e0f5a01 /src/nvim/testing.c | |
parent | de28a0f84c577e264f37cd001b03d640db7d5ef9 (diff) | |
download | rneovim-1798a4b5e9f0ae56cd800095f79423fea5cae8ca.tar.gz rneovim-1798a4b5e9f0ae56cd800095f79423fea5cae8ca.tar.bz2 rneovim-1798a4b5e9f0ae56cd800095f79423fea5cae8ca.zip |
build: bump uncrustify version
Biggest change is that uncrustify is silent during linting.
Diffstat (limited to 'src/nvim/testing.c')
-rw-r--r-- | src/nvim/testing.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testing.c b/src/nvim/testing.c index 4120da745f..f5609a3fb2 100644 --- a/src/nvim/testing.c +++ b/src/nvim/testing.c @@ -42,7 +42,8 @@ typedef enum { #endif static const char e_assert_fails_second_arg[] - = N_("E856: \"assert_fails()\" second argument must be a string or a list with one or two strings"); + = N_( + "E856: \"assert_fails()\" second argument must be a string or a list with one or two strings"); static const char e_assert_fails_fourth_argument[] = N_("E1115: \"assert_fails()\" fourth argument must be a number"); static const char e_assert_fails_fifth_argument[] |