gdiplus: Remove spaces before '\n's.
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 @@
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;
}