aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/stdio')
-rw-r--r--src/kernel/lib/stdio/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/stdio/debug.c b/src/kernel/lib/stdio/debug.c
index 68f0785..0942d49 100644
--- a/src/kernel/lib/stdio/debug.c
+++ b/src/kernel/lib/stdio/debug.c
@@ -59,4 +59,4 @@ void serial_printf(const char *fmt, ...)
va_start(args, fmt);
serial_vprintf(fmt, args);
va_end(args);
-}
+} \ No newline at end of file