diff options
author | nyamatongwe <unknown> | 2005-11-08 23:33:07 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-11-08 23:33:07 +0000 |
commit | 0efac4bb3dac7790046906c25bccff86f0ca5da4 (patch) | |
tree | fb86ea331c29e0d8ef819b34a2e03aefcf49b0b1 | |
parent | 545e41e29df60c05f9593ee8827512c171463c75 (diff) | |
download | scintilla-mirror-0efac4bb3dac7790046906c25bccff86f0ca5da4.tar.gz |
Whitespace fix.
-rw-r--r-- | win32/PlatWin.cxx | 2 |
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) { |