diff options
author | nyamatongwe <devnull@localhost> | 2005-11-08 23:33:07 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-11-08 23:33:07 +0000 |
commit | 9fc46d187f9cb1a7be7e2215be572e95549be510 (patch) | |
tree | fb86ea331c29e0d8ef819b34a2e03aefcf49b0b1 | |
parent | 4c1651db4d8c142b48a661133319e8405cf0b4b9 (diff) | |
download | scintilla-mirror-9fc46d187f9cb1a7be7e2215be572e95549be510.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) { |