diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-09-06 17:36:37 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-09-06 17:36:37 -0300 |
commit | 0b32abdc19b0c37d3f8c69d4b720437405246f88 (patch) | |
tree | 041178f9ed43b8954799d52d056119c0cdd23a61 /dw/fltkui.cc | |
parent | 6e539b69c6663c3bb99396716bc5e8e3d67f42cb (diff) |
remove trailing whitespace
Diffstat (limited to 'dw/fltkui.cc')
-rw-r--r-- | dw/fltkui.cc | 2 |
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(); |