[ros-dev] [ros-diffs] [tkreuzer] 39637: fix formatting
Hervé Poussineau
hpoussin at reactos.org
Tue Feb 17 19:49:31 CET 2009
tkreuzer at svn.reactos.org a écrit :
> Author: tkreuzer
> Date: Mon Feb 16 21:57:45 2009
> New Revision: 39637
>
> URL: http://svn.reactos.org/svn/reactos?rev=39637&view=rev
> Log:
> fix formatting
...
> @@ -118,7 +122,7 @@
> KeAcquireSpinLock(Lock, &OldIrql);
> Result = *Destination;
> if(*Destination == Result)
> - *Destination = *Exchange;
> + *Destination = *Exchange;
> KeReleaseSpinLock(Lock, OldIrql);
> return Result;
> }
>
Is formatting really better now?
More information about the Ros-dev
mailing list