From: Hirokazu Yamamoto Date: Sun, 5 Dec 2010 02:48:08 +0000 (+0000) Subject: Sorry, I had introduced tab in source code. X-Git-Tag: v3.2b1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74673513e72be11bf3944b460cdc75a0cd7e27e3;p=python Sorry, I had introduced tab in source code. --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index c7d5c80dcf..34190ddba5 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) {