aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-05-16 19:13:04 +0000
committercorvid <corvid@lavabit.com>2011-05-16 19:13:04 +0000
commit399b0fa3b970ec1ff6969902639d5058c3e732a9 (patch)
tree957710aeab8c02c98b90f0b73583bda74f9826de /dw/fltkviewbase.cc
parent0f8cb48af3903c6a355c5404f5b5d01942eabd2b (diff)
rm spaces
Diffstat (limited to 'dw/fltkviewbase.cc')
-rw-r--r--dw/fltkviewbase.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkviewbase.cc b/dw/fltkviewbase.cc
index de974578..eaaae1c4 100644
--- a/dw/fltkviewbase.cc
+++ b/dw/fltkviewbase.cc
@@ -143,7 +143,7 @@ void FltkViewBase::draw (const core::Rectangle *rect,
// fl_clip_box() can't handle values greater than SHRT_MAX!
if (X > x () + w () || Y > y () + h ())
return;
-
+
W = X + rect->width > x () + w () ? x () + w () - X : rect->width;
H = Y + rect->height > y () + h () ? y () + h () - Y : rect->height;
@@ -288,7 +288,7 @@ int FltkViewBase::handle (int event)
case FL_UNFOCUS:
focused_child = fl_oldfocus;
return 0;
-
+
default:
return Fl_Group::handle (event);
}