From e5c0dbc0d490d41a8c656c464fca6bbe5c019636 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 2 Jun 2021 00:14:53 +0100 Subject: LibJS: Fix indendation in CMakeLists.txt --- Userland/Libraries/LibJS/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Userland/Libraries') 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 -- cgit v1.2.3