diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-09 14:56:31 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-09 14:56:31 -0300 |
commit | e32686c10a4f4fe7c34b181845220b5c491f32fb (patch) | |
tree | c090052c311a3a1732d03dc17fe357f97437b397 /dw/fltkflatview.cc | |
parent | 74f64426001a693759e47963f99965e0e6ee847d (diff) |
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'dw/fltkflatview.cc')
-rw-r--r-- | dw/fltkflatview.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkflatview.cc b/dw/fltkflatview.cc index 7f5f88a6..60727c13 100644 --- a/dw/fltkflatview.cc +++ b/dw/fltkflatview.cc @@ -52,7 +52,7 @@ void FltkFlatView::setCanvasSize (int width, int ascent, int descent) #if 0 FltkWidgetView::setCanvasSize (width, ascent, descent); - + w (width); h (ascent + descent); #endif |