aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-11-08 23:33:07 +0000
committernyamatongwe <devnull@localhost>2005-11-08 23:33:07 +0000
commit9fc46d187f9cb1a7be7e2215be572e95549be510 (patch)
treefb86ea331c29e0d8ef819b34a2e03aefcf49b0b1
parent4c1651db4d8c142b48a661133319e8405cf0b4b9 (diff)
downloadscintilla-mirror-9fc46d187f9cb1a7be7e2215be572e95549be510.tar.gz
Whitespace fix.
-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) {