mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
Minor cleanup fixes
- Fix spelling errors - Remove extra semicolons - Remove extra spaces Fixes #1650
This commit is contained in:
committed by
Christian Helmuth
parent
d2564442d4
commit
c2ff0ae9d4
@ -56,7 +56,7 @@ namespace Genode {
|
||||
|
||||
Alloc_return alloc_addr(size_t, addr_t)
|
||||
{
|
||||
return Alloc_return::OK;;
|
||||
return Alloc_return::OK;
|
||||
}
|
||||
|
||||
int add_range(addr_t, size_t) override { return 0; }
|
||||
|
Reference in New Issue
Block a user