mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Sorry, I had introduced tab in source code.
This commit is contained in:
parent
8e9fe9f489
commit
74673513e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1108,7 +1108,7 @@ win32_xstat_impl(const char *path, struct win32_stat *result, BOOL traverse, int
|
|||
HANDLE hFile;
|
||||
BY_HANDLE_FILE_INFORMATION info;
|
||||
ULONG reparse_tag = 0;
|
||||
wchar_t *target_path;
|
||||
wchar_t *target_path;
|
||||
const char *dot;
|
||||
|
||||
if (depth > SYMLOOP_MAX) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue