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

Francois Gouget fgouget at free.fr
Sat Sep 20 06:26:13 CDT 2008


---
 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.
                      */
-- 
1.5.6.5




More information about the wine-patches mailing list