mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[NETAPI32]
Fix indentation. No code changes! svn path=/trunk/; revision=66443
This commit is contained in:
parent
3bac08f755
commit
10f7d12a0b
1 changed files with 3 additions and 1 deletions
|
@ -1880,7 +1880,9 @@ done:
|
|||
/************************************************************
|
||||
* NetLocalGroupSetMember (NETAPI32.@)
|
||||
*/
|
||||
NET_API_STATUS WINAPI NetLocalGroupSetMembers(
|
||||
NET_API_STATUS
|
||||
WINAPI
|
||||
NetLocalGroupSetMembers(
|
||||
LPCWSTR servername,
|
||||
LPCWSTR groupname,
|
||||
DWORD level,
|
||||
|
|
Loading…
Reference in a new issue