mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
AK: Rename new_out to out and new_warn to warn.
This commit is contained in:
@@ -373,7 +373,7 @@ void Project::rebuild_tree()
|
||||
#if 0
|
||||
Function<void(ProjectTreeNode&, int indent)> dump_tree = [&](ProjectTreeNode& node, int indent) {
|
||||
for (int i = 0; i < indent; ++i)
|
||||
new_out(" ");
|
||||
out(" ");
|
||||
if (node.name.is_null())
|
||||
outln("(null)");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user