mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
AK: Rename new_out to out and new_warn to warn.
This commit is contained in:
parent
74438e6fdc
commit
3b3edbc4d2
10 changed files with 38 additions and 41 deletions
|
@ -61,7 +61,7 @@ static void handle_sigint(int)
|
|||
static void print_function_call(String function_name, size_t depth)
|
||||
{
|
||||
for (size_t i = 0; i < depth; ++i) {
|
||||
new_out(" ");
|
||||
out(" ");
|
||||
}
|
||||
outln("=> {}", function_name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue