summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-06-02 00:14:53 +0100
committerLinus Groh <mail@linusgroh.de>2021-06-02 00:14:53 +0100
commite5c0dbc0d490d41a8c656c464fca6bbe5c019636 (patch)
tree80fd52848809453e899ffa17db3f84a2de240ace
parent7c0b2eb0f5beb7936699a8d0dc7eeeb2427910dc (diff)
downloadserenity-e5c0dbc0d490d41a8c656c464fca6bbe5c019636.zip
LibJS: Fix indendation in CMakeLists.txt
-rw-r--r--Userland/Libraries/LibJS/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Userland/Libraries/LibJS/CMakeLists.txt b/Userland/Libraries/LibJS/CMakeLists.txt
index 751550a685..98459d1b6a 100644
--- a/Userland/Libraries/LibJS/CMakeLists.txt
+++ b/Userland/Libraries/LibJS/CMakeLists.txt
@@ -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