Commit f26c27ac authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent fb84ba59
...@@ -2571,7 +2571,7 @@ SimpleMatch(REGlobalData *gData, REMatchState *x, REOp op, ...@@ -2571,7 +2571,7 @@ SimpleMatch(REGlobalData *gData, REMatchState *x, REOp op,
if (!updatecp) if (!updatecp)
x->cp = startcp; x->cp = startcp;
*startpc = pc; *startpc = pc;
TRACE(" * \n"); TRACE(" *\n");
return result; return result;
} }
x->cp = startcp; x->cp = startcp;
...@@ -3001,7 +3001,7 @@ ExecuteREBytecode(REGlobalData *gData, REMatchState *x) ...@@ -3001,7 +3001,7 @@ ExecuteREBytecode(REGlobalData *gData, REMatchState *x)
}while(0) }while(0)
if (!result) { if (!result) {
TRACE(" - \n"); TRACE(" -\n");
/* /*
* Non-greedy failure - try to consume another child. * Non-greedy failure - try to consume another child.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment