Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-02-13 21:17:29 +0300
committerChristopher Faylor <me@cgf.cx>2005-02-13 21:17:29 +0300
commit264f41f081816b2e2f80b5a0c7e1da79cda194bb (patch)
tree70b86b4292c4263b90546213bbe6657dfe166baf /winsup/cygwin/cygheap.h
parentba8c69552f3c2b2ba05b9ff7c46cbc9667a871c3 (diff)
white space
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r--winsup/cygwin/cygheap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h
index e75afe9ce..0c0bff19a 100644
--- a/winsup/cygwin/cygheap.h
+++ b/winsup/cygwin/cygheap.h
@@ -213,7 +213,7 @@ public:
else
return strcpy (buf, name ());
}
-
+
const char *cygheap_user::test_uid (char *&, const char *, size_t)
__attribute__ ((regparm (3)));
};
@@ -231,10 +231,10 @@ struct cwdstuff
muto *cwd_lock;
char *get (char *, int = 1, int = 0, unsigned = CYG_MAX_PATH);
DWORD get_hash ();
- DWORD get_drive (char * dst)
+ DWORD get_drive (char * dst)
{
- get_initial ();
- memcpy (dst, win32, drive_length);
+ get_initial ();
+ memcpy (dst, win32, drive_length);
cwd_lock->release ();
return drive_length;
}