Commit 87f2e5ee authored by Sam Lantinga's avatar Sam Lantinga

indent

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402567
parent 8b728544
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment