mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Yet another pass of style fixes.
This commit is contained in:
@@ -87,7 +87,7 @@ static void loadKsyms(const ByteBuffer& buffer)
|
||||
|
||||
kprintf("Loading ksyms: \033[s");
|
||||
|
||||
while (bufptr < buffer.endPointer()) {
|
||||
while (bufptr < buffer.end_pointer()) {
|
||||
for (unsigned i = 0; i < 8; ++i)
|
||||
address = (address << 4) | parseHexDigit(*(bufptr++));
|
||||
bufptr += 3;
|
||||
@@ -276,7 +276,7 @@ void init()
|
||||
MemoryManager::initialize();
|
||||
|
||||
VFS::initialize_globals();
|
||||
StringImpl::initializeGlobals();
|
||||
StringImpl::initialize_globals();
|
||||
|
||||
PIT::initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user