Francois Gouget : gdiplus: Remove spaces before '\n's.

Alexandre Julliard julliard at winehq.org
Mon Jun 15 07:59:08 CDT 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Jun 15 11:00:03 2009 +0200

gdiplus: Remove spaces before '\n's.

---

 dlls/gdiplus/graphics.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c
index 85ecf43..a9adac1 100644
--- a/dlls/gdiplus/graphics.c
+++ b/dlls/gdiplus/graphics.c
@@ -3875,6 +3875,6 @@ GpStatus WINGDIPAPI GdipDrawDriverString(GpGraphics *graphics, GDIPCONST UINT16
                                          GDIPCONST PointF *positions, INT flags,
                                          GDIPCONST GpMatrix *matrix )
 {
-    FIXME("(%p %p %d %p %p %p %d %p): stub \n", graphics, text, length, font, brush, positions, flags, matrix);
+    FIXME("(%p %p %d %p %p %p %d %p): stub\n", graphics, text, length, font, brush, positions, flags, matrix);
     return NotImplemented;
 }




More information about the wine-cvs mailing list