Francois Gouget : jscript: Remove spaces before '\n' in Wine traces.
Module: wine Branch: master Commit: f26c27acc6e80569567786ae36df6af00247833a URL: http://source.winehq.org/git/wine.git/?a=commit;h=f26c27acc6e80569567786ae36... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Sep 20 13:26:13 2008 +0200 jscript: Remove spaces before '\n' in Wine traces. --- dlls/jscript/regexp.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/jscript/regexp.c b/dlls/jscript/regexp.c index e8e9bea..863b52e 100644 --- a/dlls/jscript/regexp.c +++ b/dlls/jscript/regexp.c @@ -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. */
participants (1)
-
Alexandre Julliard