diff options
author | Marvin Borner | 2020-04-19 17:33:06 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-19 17:33:06 +0200 |
commit | 63a2e138f3f5f8d4fa731a06dc2b0e3ab4eab3bc (patch) | |
tree | 6607d5229881ce092e91550c1fa9d676ecdac393 /src/kernel/lib/stdio/debug.c | |
parent | dce9106bcb47ef37a4cf5a221340f4eb438aedfe (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.c | 2 |
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 |