From 63a2e138f3f5f8d4fa731a06dc2b0e3ab4eab3bc Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 19 Apr 2020 17:33:06 +0200 Subject: Applied tidy command... Idk why I forgot it for several commits :D --- src/kernel/lib/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/lib/stdio.h') diff --git a/src/kernel/lib/stdio.h b/src/kernel/lib/stdio.h index 6da0f37..8668775 100644 --- a/src/kernel/lib/stdio.h +++ b/src/kernel/lib/stdio.h @@ -17,4 +17,4 @@ void serial_vprintf(const char *fmt, va_list args); void serial_printf(const char *fmt, ...); -#endif +#endif \ No newline at end of file -- cgit v1.2.3