summaryrefslogtreecommitdiff
path: root/fitz/res_text.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-05-27 14:36:25 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-05-27 14:50:57 +0200
commitaf13164924fb4c627f201c943c7a18e5dbe39507 (patch)
treecfb3e8ec3c43b42285b05496b4ad999f0e054f1c /fitz/res_text.c
parent01e8dbf74068362d769604df9e87d17c0c190f27 (diff)
downloadmupdf-af13164924fb4c627f201c943c7a18e5dbe39507.tar.xz
Strip trailing whitespace.
Diffstat (limited to 'fitz/res_text.c')
-rw-r--r--fitz/res_text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fitz/res_text.c b/fitz/res_text.c
index 57e02cf9..54c7691e 100644
--- a/fitz/res_text.c
+++ b/fitz/res_text.c
@@ -99,7 +99,6 @@ fz_bound_text(fz_context *ctx, fz_text *text, const fz_stroke_state *stroke, con
bbox->x1 += 1;
bbox->y1 += 1;
-
return bbox;
}