diff options
author | Christopher Faylor <me@cgf.cx> | 2011-06-06 05:02:13 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-06-06 05:02:13 +0000 |
commit | b86f999af19e2ef688661a66c07420089425646a (patch) | |
tree | b4d01ee69bf9c61cd94bc98520820608595a3a53 /winsup/cygwin/heap.cc | |
parent | daf7238603ffb7ed994ee492ed63620f6f919835 (diff) | |
download | newlib-b86f999af19e2ef688661a66c07420089425646a.zip newlib-b86f999af19e2ef688661a66c07420089425646a.tar.gz newlib-b86f999af19e2ef688661a66c07420089425646a.tar.bz2 |
whitespace elimination
Diffstat (limited to 'winsup/cygwin/heap.cc')
-rw-r--r-- | winsup/cygwin/heap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/heap.cc b/winsup/cygwin/heap.cc index 3123a1f..4b2c964 100644 --- a/winsup/cygwin/heap.cc +++ b/winsup/cygwin/heap.cc @@ -76,7 +76,7 @@ heap_init () } } /* Since VirtualAlloc only reserves at allocation granularity - boundaries, we round up here, too. Otherwise we might end + boundaries, we round up here, too. Otherwise we might end up at a bogus page-aligned address. */ start_address = roundup2 (start_address + mbi.RegionSize, wincap.allocation_granularity ()); |