jscript: Remove spaces before '\n' in Wine traces.

This commit is contained in:
Francois Gouget 2008-09-20 13:26:13 +02:00 committed by Alexandre Julliard
parent fb84ba59d9
commit f26c27acc6
1 changed files with 2 additions and 2 deletions

View File

@ -2571,7 +2571,7 @@ SimpleMatch(REGlobalData *gData, REMatchState *x, REOp op,
if (!updatecp)
x->cp = startcp;
*startpc = pc;
TRACE(" * \n");
TRACE(" *\n");
return result;
}
x->cp = startcp;
@ -3001,7 +3001,7 @@ ExecuteREBytecode(REGlobalData *gData, REMatchState *x)
}while(0)
if (!result) {
TRACE(" - \n");
TRACE(" -\n");
/*
* Non-greedy failure - try to consume another child.
*/