white space

This commit is contained in:
Christopher Faylor
2005-02-13 18:17:29 +00:00
parent ba8c69552f
commit 264f41f081
17 changed files with 42 additions and 42 deletions

View File

@ -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];
};