mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 10:11:42 +00:00
fix formatting 2nd try. Thanks Hervé for noticing.
svn path=/trunk/; revision=39653
This commit is contained in:
parent
d0948aebdb
commit
347f002369
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ ExInterlockedCompareExchange64(
|
||||||
KeAcquireSpinLock(Lock, &OldIrql);
|
KeAcquireSpinLock(Lock, &OldIrql);
|
||||||
Result = *Destination;
|
Result = *Destination;
|
||||||
if(*Destination == Result)
|
if(*Destination == Result)
|
||||||
*Destination = *Exchange;
|
*Destination = *Exchange;
|
||||||
KeReleaseSpinLock(Lock, OldIrql);
|
KeReleaseSpinLock(Lock, OldIrql);
|
||||||
return Result;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue