Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 23, 2007
1 parent c5b2ddc commit cb84ee0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stdlib/SDL_malloc.c
Expand Up @@ -3692,8 +3692,7 @@ sys_trim(mstate m, size_t pad)
/* Prefer mremap, fall back to munmap */
if ((CALL_MREMAP(sp->base, sp->size, newsize, 0) !=
MFAIL)
|| (CALL_MUNMAP(sp->base + newsize, extra) ==
0)) {
|| (CALL_MUNMAP(sp->base + newsize, extra) == 0)) {
released = extra;
}
}
Expand Down

0 comments on commit cb84ee0

Please sign in to comment.