trivial: remove superfluous empty lines

Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
Axel Heider 2021-07-04 13:03:44 +02:00 committed by Gerwin Klein
parent 248b9639ec
commit b9781a0f19
3 changed files with 0 additions and 4 deletions

View file

@ -83,4 +83,3 @@ static inline exception_t Arch_setTLSRegister(word_t tls_base)
}
#endif /* __ASSEMBLER__ */

View file

@ -256,5 +256,3 @@ static inline void Arch_setTLSRegister(word_t tls_base)
}
#endif // __ASSEMBLER__

View file

@ -282,7 +282,6 @@ create_domain_cap(cap_t root_cnode_cap)
write_slot(SLOT_PTR(pptr_of_cap(root_cnode_cap), seL4_CapDomain), cap);
}
BOOT_CODE cap_t create_ipcbuf_frame_cap(cap_t root_cnode_cap, cap_t pd_cap, vptr_t vptr)
{
clearMemory((void *)rootserver.ipc_buf, PAGE_BITS);