summaryrefslogtreecommitdiff
path: root/dw/fltkviewport.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-09-06 17:36:37 -0300
committerJorge Arellano Cid <jcid@dillo.org>2011-09-06 17:36:37 -0300
commit0b32abdc19b0c37d3f8c69d4b720437405246f88 (patch)
tree041178f9ed43b8954799d52d056119c0cdd23a61 /dw/fltkviewport.cc
parent6e539b69c6663c3bb99396716bc5e8e3d67f42cb (diff)
remove trailing whitespace
Diffstat (limited to 'dw/fltkviewport.cc')
-rw-r--r--dw/fltkviewport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkviewport.cc b/dw/fltkviewport.cc
index d101d4d8..78e7d621 100644
--- a/dw/fltkviewport.cc
+++ b/dw/fltkviewport.cc
@@ -232,7 +232,7 @@ int FltkViewport::handle (int event)
/* When the viewport has focus (and not one of its children), FLTK
* sends the event here. Returning zero tells FLTK to resend the
* event as SHORTCUT, which we finally route to the parent. */
-
+
/* As we don't know the exact keybindings set by the user, we ask
* for all of them (except Tab to keep form navigation). */
if (Fl::event_key() != FL_Tab)