]> granicus.if.org Git - python/commitdiff
Sorry, I had introduced tab in source code.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 5 Dec 2010 02:48:08 +0000 (02:48 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 5 Dec 2010 02:48:08 +0000 (02:48 +0000)
Modules/posixmodule.c

index c7d5c80dcfdb06b62d70b5acb9159cbc4a097de2..34190ddba59d717652e8ce429df2536a3a232ee8 100644 (file)
@@ -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) {