mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +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 */
|
/* Release the lock, make the callback, and acquire it back */
|
||||||
CsrReleaseProcessLock();
|
CsrReleaseProcessLock();
|
||||||
Result = (*ServerDll->ShutdownProcessCallback)(CsrProcess,
|
Result = ServerDll->ShutdownProcessCallback(CsrProcess,
|
||||||
Flags,
|
Flags,
|
||||||
FirstTry);
|
FirstTry);
|
||||||
CsrAcquireProcessLock();
|
CsrAcquireProcessLock();
|
||||||
|
|
||||||
/* Check the result */
|
/* Check the result */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue