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/DebugOutput.h | |
| parent | c827d14a66eedcc501a6563aa1912a3cfc31a8ae (diff) | |
IMP: Ran format command.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKAKit/KernelKit/DebugOutput.h')
| -rw-r--r-- | dev/ZKAKit/KernelKit/DebugOutput.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/ZKAKit/KernelKit/DebugOutput.h b/dev/ZKAKit/KernelKit/DebugOutput.h index 62a6d357..dce371dd 100644 --- a/dev/ZKAKit/KernelKit/DebugOutput.h +++ b/dev/ZKAKit/KernelKit/DebugOutput.h @@ -38,7 +38,9 @@ namespace Kernel { public: TerminalDevice(void (*print)(const Char*), void (*get)(const Char*)) - : DeviceInterface<const Char*>(print, get) {} + : DeviceInterface<const Char*>(print, get) + { + } virtual ~TerminalDevice() = default; |
