whitespace elimination

This commit is contained in:
Christopher Faylor
2011-06-06 05:02:13 +00:00
parent daf7238603
commit b86f999af1
62 changed files with 453 additions and 453 deletions

View File

@@ -368,7 +368,7 @@ frok::parent (volatile char * volatile stack_here)
in the child. */
PTEB teb = NtCurrentTeb ();
if (!teb->DeallocationStack)
{
{
/* Pthread with application-provided stack. Don't set up a
PAGE_GUARD page. guardsize == -1 is used in alloc_stack_hard_way
to recognize this type of stack. */