diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 17:09:30 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 17:09:30 (GMT) |
| commit | 3ba2524ad4dcbada77fd5079cb69007cdea2a5e9 (patch) | |
| tree | e6fdb6985952e104004323a8b1172733b8f33abf /win/tclWinTest.c | |
| parent | d93e68c4e796434fb11ea9c067c73dbb483fd6dd (diff) | |
| download | tcl-3ba2524ad4dcbada77fd5079cb69007cdea2a5e9.zip tcl-3ba2524ad4dcbada77fd5079cb69007cdea2a5e9.tar.gz tcl-3ba2524ad4dcbada77fd5079cb69007cdea2a5e9.tar.bz2 | |
more spacing/formatting tweaks
Diffstat (limited to 'win/tclWinTest.c')
| -rw-r--r-- | win/tclWinTest.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c index 999c5ba..1a6a3db 100644 --- a/win/tclWinTest.c +++ b/win/tclWinTest.c @@ -582,14 +582,9 @@ TestplatformChmod( * to remove inherited ACL (we need to overwrite the default ACL's in this case) */ - if (SetNamedSecurityInfoA((LPSTR)nativePath, - SE_FILE_OBJECT, - DACL_SECURITY_INFORMATION | - PROTECTED_DACL_SECURITY_INFORMATION, - NULL, - NULL, - newAcl, - NULL) == ERROR_SUCCESS) { + if (SetNamedSecurityInfoA((LPSTR)nativePath, SE_FILE_OBJECT, + DACL_SECURITY_INFORMATION | PROTECTED_DACL_SECURITY_INFORMATION, + NULL, NULL, newAcl, NULL) == ERROR_SUCCESS) { res = 0; } @@ -613,8 +608,6 @@ TestplatformChmod( /* Run normal chmod command */ return chmod(nativePath, pmode); - - } /* |
