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

Alexandre Julliard julliard at winehq.org
Tue Aug 24 11:09:25 CDT 2010


Module: wine
Branch: master
Commit: c15308f8690a7eb47ada0f1f7f9df4c8a321229c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c15308f8690a7eb47ada0f1f7f9df4c8a321229c

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 24 10:04:07 2010 +0200

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

---

 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 dd58b09..e21b44d 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;
                 }




More information about the wine-cvs mailing list