diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2010-05-02 12:56:09 +0200 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2010-05-02 12:56:09 +0200 |
commit | ef1c4f064df8f292c1c8e986fe83c9f6c4c7d233 (patch) | |
tree | c5a25f285304c63814d1bc37929232dd299aa844 /fitz | |
parent | 25d17eae1f72b1df838e8da6f9455900054abd10 (diff) | |
download | mupdf-ef1c4f064df8f292c1c8e986fe83c9f6c4c7d233.tar.xz |
Whitespace fix.
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/dev_draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/dev_draw.c b/fitz/dev_draw.c index 4e53669c..631454e3 100644 --- a/fitz/dev_draw.c +++ b/fitz/dev_draw.c @@ -430,7 +430,7 @@ fz_drawcliptext(void *user, fz_text *text, fz_matrix ctm) y = floor(trm.f); trm.e = QUANT(trm.e - floor(trm.e), HSUBPIX); trm.f = QUANT(trm.f - floor(trm.f), VSUBPIX); - + glyph = fz_renderglyph(dev->cache, text->font, gid, trm); if (glyph) { |