jscript: Remove spaces before '\n' in Wine traces.
This commit is contained in:
parent
fb84ba59d9
commit
f26c27acc6
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue