summaryrefslogtreecommitdiff
path: root/dpi
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 /dpi
parent6e539b69c6663c3bb99396716bc5e8e3d67f42cb (diff)
remove trailing whitespace
Diffstat (limited to 'dpi')
-rw-r--r--dpi/downloads.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc
index b984bece..89d599c7 100644
--- a/dpi/downloads.cc
+++ b/dpi/downloads.cc
@@ -203,7 +203,7 @@ static char *escape_tooltip(const char *buf, ssize_t len)
char *ret = (char *) malloc(2 * len + 1);
char *dest = ret;
- while (len-- > 0) {
+ while (len-- > 0) {
if (*buf == '@')
*dest++ = *buf;
*dest++ = *buf++;
@@ -1144,7 +1144,7 @@ static void custLabelMeasure(const Fl_Label* o, int& W, int& H)
fl_font(o->font, o->size);
fl_measure(o->value, W, H, interpret_symbols);
}
-
+
//int main(int argc, char **argv)