removed trailing whitespace
This commit is contained in:
parent
59166df80b
commit
107829e741
@ -3,12 +3,12 @@
|
||||
|
||||
u32 curr = START;
|
||||
|
||||
void
|
||||
void
|
||||
memory_init(void)
|
||||
{
|
||||
{
|
||||
u32 esp, ebp;
|
||||
ebp = 0x8B7F0;
|
||||
}
|
||||
}
|
||||
|
||||
void *malloc(s32 size) {
|
||||
u32 addr = curr;
|
||||
|
Loading…
Reference in New Issue
Block a user