aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdio.h
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.h
parentdce9106bcb47ef37a4cf5a221340f4eb438aedfe (diff)
Applied tidy command...
Idk why I forgot it for several commits :D
Diffstat (limited to 'src/kernel/lib/stdio.h')
-rw-r--r--src/kernel/lib/stdio.h2
1 files changed, 1 insertions, 1 deletions
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