diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nvim/eval.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 4374d66e4b..7fb7969783 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -7639,7 +7639,7 @@ static void fill_assert_error(garray_T *gap, typval_T *opt_msg_tv,      } else {        ga_concat(gap, exp_str);      } -    tofree = (char_u *) encode_tv2string(got_tv, NULL); +    tofree = (char_u *)encode_tv2string(got_tv, NULL);      if (atype == ASSERT_MATCH) {        ga_concat(gap, (char_u *)" does not match ");      } else if (atype == ASSERT_NOTMATCH) { | 
