Skip to content

Commit

Permalink
Follow pep 7
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Apr 24, 2024
1 parent f87f82b commit 62a42fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Python/fileutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,8 @@ PathCchCombineEx(wchar_t *buffer, size_t bufsize, const wchar_t *dirname,
#endif /* defined(MS_WINDOWS_GAMES) && !defined(MS_WINDOWS_DESKTOP) */

void
_Py_skiproot(const wchar_t *path, Py_ssize_t size, Py_ssize_t *drvsize, Py_ssize_t *rootsize)
_Py_skiproot(const wchar_t *path, Py_ssize_t size, Py_ssize_t *drvsize,
Py_ssize_t *rootsize)
{
assert(drvsize);
assert(rootsize);
Expand Down

0 comments on commit 62a42fb

Please sign in to comment.