Updated format [skip ci]

This commit is contained in:
Andrew Kane
2023-06-11 12:04:02 -07:00
parent 7ee9e86b10
commit a577c2df80

View File

@@ -164,7 +164,7 @@ vector_in(PG_FUNCTION_ARGS)
char *pt; char *pt;
char *stringEnd; char *stringEnd;
Vector *result; Vector *result;
char *lit = pstrdup(str); char *lit = pstrdup(str);
while (vector_isspace(*str)) while (vector_isspace(*str))
str++; str++;