mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:52:07 +00:00
[CSRSRV2]: formatting fix.
svn path=/trunk/; revision=55655
This commit is contained in:
parent
d2edf9524d
commit
77dfdf0e87
1 changed files with 3 additions and 3 deletions
|
@ -1253,9 +1253,9 @@ CsrShutdownProcesses(IN PLUID CallerLuid,
|
|||
{
|
||||
/* Release the lock, make the callback, and acquire it back */
|
||||
CsrReleaseProcessLock();
|
||||
Result = (*ServerDll->ShutdownProcessCallback)(CsrProcess,
|
||||
Flags,
|
||||
FirstTry);
|
||||
Result = ServerDll->ShutdownProcessCallback(CsrProcess,
|
||||
Flags,
|
||||
FirstTry);
|
||||
CsrAcquireProcessLock();
|
||||
|
||||
/* Check the result */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue