summaryrefslogtreecommitdiff
path: root/dw/layout.cc
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-12-21 21:07:41 +0000
committercorvid <devnull@localhost>2014-12-21 21:07:41 +0000
commit5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (patch)
tree6088a7ad2b4a9a682f266908357a84a2a06679c7 /dw/layout.cc
parent79d3db9a8d5d1cc4e89954aefd2194f61aac45d9 (diff)
trim some spaces
Diffstat (limited to 'dw/layout.cc')
-rw-r--r--dw/layout.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/layout.cc b/dw/layout.cc
index 2845a8e9..c2a53d08 100644
--- a/dw/layout.cc
+++ b/dw/layout.cc
@@ -926,7 +926,7 @@ void Layout::resizeIdle ()
int currVThickness = currVScrollbarThickness();
if (!canvasHeightGreater &&
- canvasAscent + canvasDescent > viewportHeight - currHThickness) {
+ canvasAscent + canvasDescent > viewportHeight - currHThickness) {
canvasHeightGreater = true;
DBG_OBJ_SET_SYM ("canvasHeightGreater",
canvasHeightGreater ? "true" : "false");
@@ -1029,7 +1029,7 @@ bool Layout::buttonEvent (ButtonEventType type, View *view, int numPressed,
*
* Arguments are similar to dw::core::Layout::buttonPress.
*/
-bool Layout::motionNotify (View *view, int x, int y, ButtonState state)
+bool Layout::motionNotify (View *view, int x, int y, ButtonState state)
{
EventButton event;