shell32/tests: Remove spaces before '\n's in traces.

Francois Gouget fgouget at free.fr
Tue Aug 24 03:04:07 CDT 2010


---
 dlls/shell32/tests/shlfolder.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c
index e731f07..562a9ce 100644
--- a/dlls/shell32/tests/shlfolder.c
+++ b/dlls/shell32/tests/shlfolder.c
@@ -2502,7 +2502,7 @@ static void test_ShellItemCompare(void)
     }
     if(failed)
     {
-        skip("Failed to create all shellitems. \n");
+        skip("Failed to create all shellitems.\n");
         goto cleanup;
     }
 
@@ -2520,7 +2520,7 @@ static void test_ShellItemCompare(void)
 
     if(failed)
     {
-        skip("Failed to create shellitems. \n");
+        skip("Failed to create shellitems.\n");
         goto cleanup;
     }
 
@@ -3550,7 +3550,7 @@ static void test_GetUIObject(void)
                     ok(res, "Failed (last error: %d).\n", GetLastError());
 
                     ok( (mii.wID <= id_upper_limit) || (mii.fType & MFT_SEPARATOR),
-                        "Got non-separator ID out of range: %d (type: %x) \n", mii.wID, mii.fType);
+                        "Got non-separator ID out of range: %d (type: %x)\n", mii.wID, mii.fType);
                     if(!(mii.fType & MFT_SEPARATOR))
                         max_id_check = (mii.wID>max_id_check)?mii.wID:max_id_check;
                 }
-- 
1.7.1




More information about the wine-patches mailing list