feat: reformatted code

This commit is contained in:
2021-02-10 18:56:47 +01:00
parent 2b295db30a
commit 90ef4522ca
16 changed files with 47 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ void k_wait_for_interrupt() {
__asm__ __volatile__("hlt;");
}
void k_panics(const char* msg) {
void k_panics(const char *msg) {
kprint(msg);
kprint("PANIC!");
__asm__ __volatile__("cli;"