aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygheap.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-08-12 02:39:13 +0000
committerChristopher Faylor <me@cgf.cx>2005-08-12 02:39:13 +0000
commit1cd065837c6698b0e3dba6977b47061f8419dfba (patch)
treea7ff66c35914ad5285d42712669d75ee6c3af394 /winsup/cygwin/cygheap.cc
parentb4ec1841997ed8ddfba41818e4806513d8da433d (diff)
downloadnewlib-1cd065837c6698b0e3dba6977b47061f8419dfba.zip
newlib-1cd065837c6698b0e3dba6977b47061f8419dfba.tar.gz
newlib-1cd065837c6698b0e3dba6977b47061f8419dfba.tar.bz2
white space
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r--winsup/cygwin/cygheap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc
index 00f7b07..7db84cc 100644
--- a/winsup/cygwin/cygheap.cc
+++ b/winsup/cygwin/cygheap.cc
@@ -51,7 +51,7 @@ extern "C" {
static void __stdcall _cfree (void *) __attribute__((regparm(1)));
static void *__stdcall _csbrk (int);
}
-
+
/* Called by fork or spawn to reallocate cygwin heap */
void __stdcall
cygheap_fixup_in_child (bool execed)