mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix code-style
This commit is contained in:
parent
1370ad7f7b
commit
4a35f84bc9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ int memory_init(int hugepages)
|
|||
|
||||
ret = memory_mmap_init(hugepages);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
return ret;
|
||||
|
||||
size_t lock = kernel_get_hugepage_size() * hugepages;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue