aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/memory.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/memory.c
parentdce9106bcb47ef37a4cf5a221340f4eb438aedfe (diff)
Applied tidy command...
Idk why I forgot it for several commits :D
Diffstat (limited to 'src/kernel/lib/memory.c')
-rw-r--r--src/kernel/lib/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/memory.c b/src/kernel/lib/memory.c
index 6238535..c244052 100644
--- a/src/kernel/lib/memory.c
+++ b/src/kernel/lib/memory.c
@@ -116,4 +116,4 @@ int memory_init(uint32_t multiboot_address)
}
}
return ret;
-}
+} \ No newline at end of file