From 0efac4bb3dac7790046906c25bccff86f0ca5da4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 8 Nov 2005 23:33:07 +0000 Subject: Whitespace fix. --- win32/PlatWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 5a66c818a..8f705ee11 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -530,7 +530,7 @@ void SurfaceImpl::RoundedRectangle(PRectangle rc, ColourAllocated fore, ColourAl ::RoundRect(hdc, rc.left + 1, rc.top, rc.right - 1, rc.bottom, - 8, 8 ); + 8, 8); } void SurfaceImpl::Ellipse(PRectangle rc, ColourAllocated fore, ColourAllocated back) { -- cgit v1.2.3