gdiplus: Remove spaces before '\n's.

This commit is contained in:
Francois Gouget 2009-06-15 11:00:03 +02:00 committed by Alexandre Julliard
parent 1ba95da66f
commit 489bd52aff
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}