patch 9.2.0003: tests: invalid indent in message.c

Problem:  tests: invalid indent in message.c
          (after: v9.2.0002)
Solution: Use tabs for indent

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2026-02-15 15:35:37 +00:00
parent 93f05b6d4c
commit 9f76adeed8
2 changed files with 11 additions and 9 deletions
+9 -9
View File
@@ -2019,15 +2019,15 @@ str2specialbuf(char_u *sp, char_u *buf, int len)
*buf = NUL;
while (*sp)
{
s = str2special(&sp, FALSE, FALSE);
s_len = STRLEN(s);
if (buf_len + s_len < (size_t)len)
{
STRCPY(buf + buf_len, s);
buf_len += s_len;
}
else
break;
s = str2special(&sp, FALSE, FALSE);
s_len = STRLEN(s);
if (buf_len + s_len < (size_t)len)
{
STRCPY(buf + buf_len, s);
buf_len += s_len;
}
else
break;
}
}
+2
View File
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3,
/**/
2,
/**/