aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r--win32/PlatWin.cxx2
1 files changed, 1 insertions, 1 deletions
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) {