Skip to content

Commit c8a5999

Browse files
authored
Fix indentation in posixmodule.c
1 parent dd0cd0e commit c8a5999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3986,7 +3986,7 @@ win32_lchmod(LPCWSTR path, int mode)
39863986
}
39873987
if (mode & _S_IWRITE) {
39883988
attr &= ~FILE_ATTRIBUTE_READONLY;
3989-
}
3989+
39903990
if (attr == 0) {
39913991
/* gh-140774: If all attributes are cleared, set to NORMAL
39923992
to avoid failing to clear the Read-Only bit. */

0 commit comments

Comments
 (0)