mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-08 04:09:00 +00:00
Shell: Convert dbgprintf() => dbgln()
This commit is contained in:
@@ -124,9 +124,7 @@ namespace Shell::AST {
|
||||
|
||||
static inline void print_indented(const String& str, int indent)
|
||||
{
|
||||
for (auto i = 0; i < indent; ++i)
|
||||
dbgprintf(" ");
|
||||
dbgprintf("%s\n", str.characters());
|
||||
dbgln("{}{}", String::repeated(' ', indent * 2), str);
|
||||
}
|
||||
|
||||
static inline Optional<Position> merge_positions(const Optional<Position>& left, const Optional<Position>& right)
|
||||
|
||||
Reference in New Issue
Block a user