mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Remove trailing spaces (GH-31695)
This commit is contained in:
parent
ab9301a28f
commit
6927632492
13 changed files with 24 additions and 23 deletions
|
@ -2093,7 +2093,7 @@ join_relfile(wchar_t *buffer, size_t bufsize,
|
|||
const wchar_t *dirname, const wchar_t *relfile)
|
||||
{
|
||||
#ifdef MS_WINDOWS
|
||||
if (FAILED(PathCchCombineEx(buffer, bufsize, dirname, relfile,
|
||||
if (FAILED(PathCchCombineEx(buffer, bufsize, dirname, relfile,
|
||||
PATHCCH_ALLOW_LONG_PATHS))) {
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue