summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorBrian Gianforcaro <b.gianfo@gmail.com>2021-01-01 02:20:55 -0800
committerAndreas Kling <kling@serenityos.org>2021-01-01 14:37:04 +0100
commitab6ee9f7b2a246eddc9e20a1630200c017178ca2 (patch)
treea2f74b5bcedf4a16c115dac272f68dcc2df0e335 /Kernel
parent6d67c4cafc5485555e79e2748d9ee1a5f76b5f7a (diff)
downloadserenity-ab6ee9f7b2a246eddc9e20a1630200c017178ca2.zip
CMake: Remove some trailing whitespace from a few CMakeLists.txt files
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt
index 5a8667b2d8..91a1ac8172 100644
--- a/Kernel/CMakeLists.txt
+++ b/Kernel/CMakeLists.txt
@@ -21,7 +21,7 @@ set(KERNEL_SOURCES
Devices/BXVGADevice.cpp
Devices/BlockDevice.cpp
Devices/CharacterDevice.cpp
- Devices/Device.cpp
+ Devices/Device.cpp
Devices/FullDevice.cpp
Devices/I8042Controller.cpp
Devices/KeyboardDevice.cpp