summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/PCI/Device.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-10 08:07:00 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-10 08:07:00 +0200
commit26932fb28c6d8724222fc80705976369f2f5dbb3 (patch)
treed592aabd27265355e8bfba6cb05f9fe7b1abf36b /dev/kernel/KernelKit/PCI/Device.h
parented7987748e6d55fb17cd965f4eb2abf948c1f81a (diff)
dev, meta: minor tweaks and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/KernelKit/PCI/Device.h')
-rw-r--r--dev/kernel/KernelKit/PCI/Device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/PCI/Device.h b/dev/kernel/KernelKit/PCI/Device.h
index 64dd9062..0c434b0b 100644
--- a/dev/kernel/KernelKit/PCI/Device.h
+++ b/dev/kernel/KernelKit/PCI/Device.h
@@ -27,7 +27,7 @@ namespace Kernel::PCI
Device(UShort bus, UShort device, UShort function, UInt32 bar);
Device& operator=(const Device&) = default;
- Device(const Device&) = default;
+ Device(const Device&) = default;
~Device();