mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
strip whitespace from end of lines
svn path=/trunk/; revision=15165
This commit is contained in:
parent
e4be245882
commit
eace72f07c
18 changed files with 150 additions and 150 deletions
|
@ -88,7 +88,7 @@ RtlRandom (IN OUT PULONG Seed)
|
|||
ULONG Rand;
|
||||
int Pos;
|
||||
ULONG Result;
|
||||
|
||||
|
||||
PAGED_CODE_RTL();
|
||||
|
||||
Rand = (*Seed * 0x7fffffed + 0x7fffffc3) % 0x7fffffff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue