mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
'using' formatting fix
This commit is contained in:
parent
8020f6b9d3
commit
32be2ba69c
3 changed files with 11 additions and 0 deletions
|
@ -6438,6 +6438,7 @@ BfAstNode* BfReducer::ReadTypeMember(BfTokenNode* tokenNode, bool declStarted, i
|
|||
if (auto usingSpecifier = BfNodeDynCastExact<BfUsingSpecifierNode>(fieldDecl->mConstSpecifier))
|
||||
{
|
||||
SetProtection(memberDecl, usingSpecifier->mProtection, tokenNode);
|
||||
usingSpecifier->mTriviaStart = tokenNode->mTriviaStart;
|
||||
return memberDecl;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue