Remove trailing whitespace
This commit is contained in:
parent
a9d0bea047
commit
c1b44240d7
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ struct llama_buffer {
|
|||
int result = posix_memalign((void **) &addr, getpagesize(), len);
|
||||
if (result == 0) {
|
||||
memset(addr, 0, len);
|
||||
}
|
||||
}
|
||||
else {
|
||||
addr = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue