mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 02:13:38 +09:00
Delete an extra new line when there is a child. (#35355)
This commit is contained in:
parent
b8283098f6
commit
f781875451
1 changed files with 0 additions and 2 deletions
|
@ -11360,8 +11360,6 @@ void Compiler::gtDispTree(GenTree* tree,
|
||||||
|
|
||||||
if (tree->AsField()->gtFldObj && !topOnly)
|
if (tree->AsField()->gtFldObj && !topOnly)
|
||||||
{
|
{
|
||||||
gtDispVN(tree);
|
|
||||||
printf("\n");
|
|
||||||
gtDispChild(tree->AsField()->gtFldObj, indentStack, IIArcBottom);
|
gtDispChild(tree->AsField()->gtFldObj, indentStack, IIArcBottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue