Fix missing newline in some cases.
This commit is contained in:
parent
b7b5d7636b
commit
68359a7361
@ -221,7 +221,8 @@ UiUtils::PrintValueNodeGraph(BString& _output, ValueNodeChild* child,
|
|||||||
}
|
}
|
||||||
_output.Append('\t', indentLevel);
|
_output.Append('\t', indentLevel);
|
||||||
_output << "}\n";
|
_output << "}\n";
|
||||||
}
|
} else
|
||||||
|
_output << "\n";
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user