1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00

Delete an extra new line when there is a child. (#35355)

This commit is contained in:
Sergey Andreenko 2020-04-23 15:42:09 -07:00 committed by GitHub
parent b8283098f6
commit f781875451
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11360,8 +11360,6 @@ void Compiler::gtDispTree(GenTree* tree,
if (tree->AsField()->gtFldObj && !topOnly)
{
gtDispVN(tree);
printf("\n");
gtDispChild(tree->AsField()->gtFldObj, indentStack, IIArcBottom);
}