summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-12-05 02:48:08 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-12-05 02:48:08 (GMT)
commit74673513e72be11bf3944b460cdc75a0cd7e27e3 (patch)
tree9ee0df11a81b1d050bdf4983c08a5d0f04689102 /Modules
parent8e9fe9f48941c2a0bcadae6c044b1cfc89229484 (diff)
downloadcpython-74673513e72be11bf3944b460cdc75a0cd7e27e3.zip
cpython-74673513e72be11bf3944b460cdc75a0cd7e27e3.tar.gz
cpython-74673513e72be11bf3944b460cdc75a0cd7e27e3.tar.bz2
Sorry, I had introduced tab in source code.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/posixmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index c7d5c80..34190dd 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -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) {