diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-05 14:56:01 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-05 14:56:01 +0100 |
| commit | c827d14a66eedcc501a6563aa1912a3cfc31a8ae (patch) | |
| tree | 5206296d8b23c396cf69c55141a3cbded045d385 | |
| parent | 1397f470e93f2b0b0e0fcbd2819d5b430e706f39 (diff) | |
IMP: Fix DebugOutput formating.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | dev/ZKAKit/KernelKit/DebugOutput.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/ZKAKit/KernelKit/DebugOutput.h b/dev/ZKAKit/KernelKit/DebugOutput.h index dce371dd..62a6d357 100644 --- a/dev/ZKAKit/KernelKit/DebugOutput.h +++ b/dev/ZKAKit/KernelKit/DebugOutput.h @@ -38,9 +38,7 @@ 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; |
