summaryrefslogtreecommitdiff
path: root/dw/fltkui.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/fltkui.cc
parent6e539b69c6663c3bb99396716bc5e8e3d67f42cb (diff)
remove trailing whitespace
Diffstat (limited to 'dw/fltkui.cc')
-rw-r--r--dw/fltkui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkui.cc b/dw/fltkui.cc
index f02110cc..c0c8ff42 100644
--- a/dw/fltkui.cc
+++ b/dw/fltkui.cc
@@ -683,7 +683,7 @@ const char *FltkMultiLineTextResource::getText ()
{
/* FLTK-1.3 insists upon returning a new copy of the buffer text, so
* we have to keep track of it.
- */
+ */
if (text_copy)
free(text_copy);
text_copy = buffer->text();