diff options
author | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
commit | 264f41f081816b2e2f80b5a0c7e1da79cda194bb (patch) | |
tree | 70b86b4292c4263b90546213bbe6657dfe166baf /winsup/cygwin/cygheap.h | |
parent | ba8c69552f3c2b2ba05b9ff7c46cbc9667a871c3 (diff) | |
download | newlib-264f41f081816b2e2f80b5a0c7e1da79cda194bb.zip newlib-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.gz newlib-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.bz2 |
white space
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r-- | winsup/cygwin/cygheap.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index e75afe9..0c0bff1 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; } |