summaryrefslogtreecommitdiff
path: root/Kernel/Devices
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-04-25 20:20:00 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-25 20:20:00 +0200
commitdbe72fd9627f701210d69c9b01db762b2c950190 (patch)
treed2baf354b59d38f3ad486a73523fc43e8c3c6c3b /Kernel/Devices
parent2d6be48c6f2353a5956341e9b947c715f29a6eaf (diff)
downloadserenity-dbe72fd9627f701210d69c9b01db762b2c950190.zip
Everywhere: Remove empty line after function body opening curly brace
Diffstat (limited to 'Kernel/Devices')
-rw-r--r--Kernel/Devices/VMWareBackdoor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Devices/VMWareBackdoor.cpp b/Kernel/Devices/VMWareBackdoor.cpp
index 847e399ad1..137747fcde 100644
--- a/Kernel/Devices/VMWareBackdoor.cpp
+++ b/Kernel/Devices/VMWareBackdoor.cpp
@@ -45,7 +45,6 @@ inline void vmware_out(VMWareCommand& command)
inline void vmware_high_bandwidth_send(VMWareCommand& command)
{
-
command.magic = VMWARE_MAGIC;
command.port = VMWARE_PORT_HIGHBANDWIDTH;