forked from Bananymous/banan-os
All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Kernel
|
||||
|
||||
if (entry.type != 1)
|
||||
continue;
|
||||
|
||||
|
||||
paddr_t start = entry.address;
|
||||
if (start < V2P(g_kernel_end))
|
||||
start = V2P(g_kernel_end);
|
||||
|
||||
Reference in New Issue
Block a user