summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/KernelKit/PCI
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2024-11-05 16:51:02 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2024-11-05 16:51:02 +0100
commitb77a6aa6a91a953472be982eaade0c2dc376e2fe (patch)
tree741ffe49f5f04e7b86b0603208f8024baff10b3c /dev/ZKAKit/KernelKit/PCI
parentc827d14a66eedcc501a6563aa1912a3cfc31a8ae (diff)
IMP: Ran format command.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKAKit/KernelKit/PCI')
-rw-r--r--dev/ZKAKit/KernelKit/PCI/DMA.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKAKit/KernelKit/PCI/DMA.h b/dev/ZKAKit/KernelKit/PCI/DMA.h
index 89e38cb9..2d71e0d6 100644
--- a/dev/ZKAKit/KernelKit/PCI/DMA.h
+++ b/dev/ZKAKit/KernelKit/PCI/DMA.h
@@ -52,7 +52,7 @@ namespace Kernel
T* Get(const UIntPtr off = 0);
public:
- operator bool();
+ operator bool();
bool operator!();
public: