Remove trailing whitespace in type instantiation
This commit is contained in:
parent
27a66f6632
commit
a2472cd075
1 changed files with 2 additions and 0 deletions
|
|
@ -438,6 +438,8 @@ namespace
|
|||
if (spelling.empty() || spelling.back() != '>')
|
||||
return nullptr;
|
||||
spelling.pop_back();
|
||||
while (!spelling.empty() && spelling.back() == ' ')
|
||||
spelling.pop_back();
|
||||
builder.add_unexposed_arguments(ptr);
|
||||
|
||||
return builder.finish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue