More coding style changes.

This commit is contained in:
Andreas Kling
2018-12-03 00:39:25 +01:00
parent d824442e3e
commit f6e27c2abe
39 changed files with 216 additions and 216 deletions

View File

@@ -207,7 +207,7 @@ static void init_stage2()
if (!descriptor) {
kprintf("Failed to open /kernel.map\n");
} else {
auto buffer = descriptor->readEntireFile();
auto buffer = descriptor->read_entire_file();
ASSERT(buffer);
loadKsyms(buffer);
}