From c827d14a66eedcc501a6563aa1912a3cfc31a8ae Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 5 Nov 2024 14:56:01 +0100 Subject: IMP: Fix DebugOutput formating. Signed-off-by: Amlal El Mahrouss --- dev/ZKAKit/KernelKit/DebugOutput.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dev') 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(print, get) - { - } + : DeviceInterface(print, get) {} virtual ~TerminalDevice() = default; -- cgit v1.2.3