1
Fork 0
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:
Linus Groh 2021-06-02 00:14:53 +01:00
parent 7c0b2eb0f5
commit e5c0dbc0d4

View file

@ -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