diff options
author | Christopher Faylor <me@cgf.cx> | 2006-05-28 15:50:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-05-28 15:50:14 +0000 |
commit | 34f5d0879c2122899bb24c40691f06a8388ac623 (patch) | |
tree | 67d7d29711bde7049cb0cdc5e5fa68079c5de371 /winsup/cygwin/fhandler_proc.cc | |
parent | 29d1e62ed2b11f99c3169d65608478941c5c7cc4 (diff) | |
download | newlib-34f5d0879c2122899bb24c40691f06a8388ac623.zip newlib-34f5d0879c2122899bb24c40691f06a8388ac623.tar.gz newlib-34f5d0879c2122899bb24c40691f06a8388ac623.tar.bz2 |
white space
Diffstat (limited to 'winsup/cygwin/fhandler_proc.cc')
-rw-r--r-- | winsup/cygwin/fhandler_proc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc index 7a67cf0..b400a27 100644 --- a/winsup/cygwin/fhandler_proc.cc +++ b/winsup/cygwin/fhandler_proc.cc @@ -991,7 +991,7 @@ format_proc_partitions (char *destbuf, size_t maxsize) || !isdigit (devname[8])) continue; /* Construct path name for partition 0, which is the whole disk, - and try to open. */ + and try to open. */ wcscpy (wpath, dbi->ObjectName.Buffer); wcscpy (wpath + dbi->ObjectName.Length / 2, L"\\Partition0"); upath.Length = 22 + dbi->ObjectName.Length; |