aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-02-13 18:17:29 +0000
committerChristopher Faylor <me@cgf.cx>2005-02-13 18:17:29 +0000
commit264f41f081816b2e2f80b5a0c7e1da79cda194bb (patch)
tree70b86b4292c4263b90546213bbe6657dfe166baf /winsup/cygwin/path.h
parentba8c69552f3c2b2ba05b9ff7c46cbc9667a871c3 (diff)
downloadnewlib-264f41f081816b2e2f80b5a0c7e1da79cda194bb.zip
newlib-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.gz
newlib-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.bz2
white space
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index f9d2066..32dc713 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -221,7 +221,7 @@ class path_conv
void set_normalized_path (const char *, bool) __attribute__ ((regparm (3)));
DWORD get_symlink_length () { return symlink_length; };
private:
- DWORD symlink_length;
+ DWORD symlink_length;
char path[CYG_MAX_PATH];
};