diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-11-05 16:51:02 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-11-05 16:51:02 +0100 |
| commit | b77a6aa6a91a953472be982eaade0c2dc376e2fe (patch) | |
| tree | 741ffe49f5f04e7b86b0603208f8024baff10b3c /dev/ZKAKit/KernelKit/PCI | |
| parent | c827d14a66eedcc501a6563aa1912a3cfc31a8ae (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.h | 2 |
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: |
