mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
AK: Rename new_out to out and new_warn to warn.
This commit is contained in:
parent
74438e6fdc
commit
3b3edbc4d2
Notes:
sideshowbarker
2024-07-19 01:29:10 +09:00
Author: https://github.com/asynts
Commit: 3b3edbc4d2
Pull-request: https://github.com/SerenityOS/serenity/pull/4005
10 changed files with 38 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue