aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdio/debug.c
diff options
context:
space:
mode:
authorMarvin Borner2020-04-19 17:33:06 +0200
committerMarvin Borner2020-04-19 17:33:06 +0200
commit63a2e138f3f5f8d4fa731a06dc2b0e3ab4eab3bc (patch)
tree6607d5229881ce092e91550c1fa9d676ecdac393 /src/kernel/lib/stdio/debug.c
parentdce9106bcb47ef37a4cf5a221340f4eb438aedfe (diff)
Applied tidy command...
Idk why I forgot it for several commits :D
Diffstat (limited to 'src/kernel/lib/stdio/debug.c')
-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