mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
LibJS: Fix indendation in CMakeLists.txt
This commit is contained in:
parent
7c0b2eb0f5
commit
e5c0dbc0d4
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
set(SOURCES
|
||||
AST.cpp
|
||||
Console.cpp
|
||||
Heap/CellAllocator.cpp
|
||||
Heap/BlockAllocator.cpp
|
||||
Heap/Handle.cpp
|
||||
Heap/CellAllocator.cpp
|
||||
Heap/BlockAllocator.cpp
|
||||
Heap/Handle.cpp
|
||||
Heap/HeapBlock.cpp
|
||||
Heap/Heap.cpp
|
||||
Interpreter.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue