summaryrefslogtreecommitdiff
path: root/Userland/Services
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-04-16 21:30:53 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-16 21:30:53 +0200
commitba3bc6fef2eb8268c97f36c3bb7cbd56585cce3f (patch)
treeae4e29aec3b50cbc05985b0458e979317e5ce2c7 /Userland/Services
parentbb6bb7bc5e83ad5719b50065e64fce1a150944eb (diff)
downloadserenity-ba3bc6fef2eb8268c97f36c3bb7cbd56585cce3f.zip
LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entries
Diffstat (limited to 'Userland/Services')
-rw-r--r--Userland/Services/WindowServer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/WindowServer/CMakeLists.txt b/Userland/Services/WindowServer/CMakeLists.txt
index ce759b7afe..6374421b6f 100644
--- a/Userland/Services/WindowServer/CMakeLists.txt
+++ b/Userland/Services/WindowServer/CMakeLists.txt
@@ -9,7 +9,7 @@ set(SOURCES
Cursor.cpp
EventLoop.cpp
main.cpp
- Menubar.cpp
+ Menubar.cpp
Menu.cpp
MenuItem.cpp
MenuManager.cpp