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/fltkplatform.cc | |
parent | 74f64426001a693759e47963f99965e0e6ee847d (diff) |
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'dw/fltkplatform.cc')
-rw-r--r-- | dw/fltkplatform.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc index 64229155..229fbcfa 100644 --- a/dw/fltkplatform.cc +++ b/dw/fltkplatform.cc @@ -60,7 +60,7 @@ FltkFont::FltkFont (core::style::FontAttrs *attrs) * means mono, and fltk::TIMES means serif. */ font = HELVETICA->plus (fa); - } + } setfont(font, size); spaceWidth = (int)getwidth(" "); @@ -141,7 +141,7 @@ FltkColor * FltkColor::create (int col) colorsTable->put (color, color); } - return color; + return color; } void FltkView::addFltkWidget (::fltk::Widget *widget, @@ -320,7 +320,7 @@ void FltkPlatform::generalIdle () /* Execute the first function in the list. */ idleFunc = idleQueue->getFirst (); (layout->*(idleFunc->func)) (); - + /* Remove this function. */ idleQueue->removeRef(idleFunc); } |