mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibWeb/IDL/Codegen: Fix indentation error due to else block
This commit is contained in:
parent
a8ddf6c2a4
commit
3f4ed782b4
Notes:
sideshowbarker
2024-07-17 06:00:02 +09:00
Author: https://github.com/stelar7 Commit: https://github.com/SerenityOS/serenity/commit/3f4ed782b4 Pull-request: https://github.com/SerenityOS/serenity/pull/22346 Reviewed-by: https://github.com/ADKaster
1 changed files with 1 additions and 1 deletions
|
@ -1626,7 +1626,7 @@ void IDL::ParameterizedType::generate_sequence_from_iterable(SourceGenerator& ge
|
|||
generate_to_cpp(sequence_generator, parameter, "next_item", ByteString::number(recursion_depth), ByteString::formatted("sequence_item{}", recursion_depth), interface, false, false, {}, false, recursion_depth);
|
||||
|
||||
sequence_generator.append(R"~~~(
|
||||
@cpp_name@.append(sequence_item@recursion_depth@);
|
||||
@cpp_name@.append(sequence_item@recursion_depth@);
|
||||
}
|
||||
)~~~");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue