mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 12:54:15 +02:00
Fixed allocation indent issue
This commit is contained in:
parent
0d05b81a69
commit
fcc82b9d24
1 changed files with 2 additions and 1 deletions
|
@ -1642,7 +1642,8 @@ void BfPrinter::Visit(BfObjectCreateExpression* newExpr)
|
||||||
{
|
{
|
||||||
if (node == NULL)
|
if (node == NULL)
|
||||||
return;
|
return;
|
||||||
Visit(node);
|
Visit((BfAstNode*)node);
|
||||||
|
Write(node, node->GetSrcStart(), 0);
|
||||||
Write(BfTokenToString(token));
|
Write(BfTokenToString(token));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue