aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-11-08 23:33:07 +0000
committernyamatongwe <unknown>2005-11-08 23:33:07 +0000
commit0efac4bb3dac7790046906c25bccff86f0ca5da4 (patch)
treefb86ea331c29e0d8ef819b34a2e03aefcf49b0b1 /win32/PlatWin.cxx
parent545e41e29df60c05f9593ee8827512c171463c75 (diff)
downloadscintilla-mirror-0efac4bb3dac7790046906c25bccff86f0ca5da4.tar.gz
Whitespace fix.
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) {