Meta: Reformat QtCreator file-listing script for readability

This commit is contained in:
Ben Wiederhake
2026-02-22 14:25:02 +01:00
committed by Jelle Raaijmakers
parent 6a3b9c5ffc
commit c9dafdc51c
Notes: github-actions[bot] 2026-02-23 12:11:14 +00:00
2 changed files with 20 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
#include <LibJS/Bytecode/Executable.h>
#include <LibJS/Bytecode/OpCodes.h>
#include <LibJS/Forward.h>
#include <LibJS/SourceRange.h>
namespace JS::Bytecode::Op {