strip whitespace from end of lines

svn path=/trunk/; revision=15165
This commit is contained in:
Steven Edwards 2005-05-09 01:41:02 +00:00
parent e4be245882
commit eace72f07c
18 changed files with 150 additions and 150 deletions

View file

@ -88,7 +88,7 @@ RtlRandom (IN OUT PULONG Seed)
ULONG Rand;
int Pos;
ULONG Result;
PAGED_CODE_RTL();
Rand = (*Seed * 0x7fffffed + 0x7fffffc3) % 0x7fffffff;