diff options
author | corvid <corvid@lavabit.com> | 2011-05-16 19:13:04 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-16 19:13:04 +0000 |
commit | 399b0fa3b970ec1ff6969902639d5058c3e732a9 (patch) | |
tree | 957710aeab8c02c98b90f0b73583bda74f9826de /dw/fltkviewport.cc | |
parent | 0f8cb48af3903c6a355c5404f5b5d01942eabd2b (diff) |
rm spaces
Diffstat (limited to 'dw/fltkviewport.cc')
-rw-r--r-- | dw/fltkviewport.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkviewport.cc b/dw/fltkviewport.cc index 135550e8..9e75932f 100644 --- a/dw/fltkviewport.cc +++ b/dw/fltkviewport.cc @@ -147,7 +147,7 @@ void FltkViewport::hscrollbarCallback (Fl_Widget *hscrollbar,void *viewportPtr) // ---------------------------------------------------------------------- -void FltkViewport::resize(int X, int Y, int W, int H) +void FltkViewport::resize(int X, int Y, int W, int H) { bool dimension_changed = W != w() || H != h(); |