From b86f999af19e2ef688661a66c07420089425646a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 6 Jun 2011 05:02:13 +0000 Subject: whitespace elimination --- winsup/cygwin/heap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/heap.cc') diff --git a/winsup/cygwin/heap.cc b/winsup/cygwin/heap.cc index 3123a1f01..4b2c964ac 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 ()); -- cgit v1.2.3