whitespace cleanup
This commit is contained in:
@ -293,8 +293,7 @@ sec_user (PVOID sa_buf, PSID sid2, BOOL inherit)
|
||||
sid2))
|
||||
debug_printf ("AddAccessAllowedAce(sid2) %E");
|
||||
|
||||
if (! InitializeSecurityDescriptor (psd,
|
||||
SECURITY_DESCRIPTOR_REVISION))
|
||||
if (!InitializeSecurityDescriptor (psd, SECURITY_DESCRIPTOR_REVISION))
|
||||
debug_printf ("InitializeSecurityDescriptor %E");
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user