diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-17 09:21:34 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-17 09:21:34 +0100 |
commit | 586247f9d03ce924c0f4615d944033ddf03cab37 (patch) | |
tree | 870c97c3077349e7085f95a8c07a476205ea0cda /tree/font.c | |
parent | fc5d174cd475c8f2236ea644d63e6b309e41b928 (diff) | |
download | mupdf-586247f9d03ce924c0f4615d944033ddf03cab37.tar.xz |
clean up mixed tabs and spaces
Diffstat (limited to 'tree/font.c')
-rw-r--r-- | tree/font.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tree/font.c b/tree/font.c index 14c09981..0814efba 100644 --- a/tree/font.c +++ b/tree/font.c @@ -60,10 +60,10 @@ fz_setfontwmode(fz_font *font, int wmode) void fz_setfontbbox(fz_font *font, int xmin, int ymin, int xmax, int ymax) { - font->bbox.min.x = xmin; - font->bbox.min.y = ymin; - font->bbox.max.x = xmax; - font->bbox.max.y = ymax; + font->bbox.min.x = xmin; + font->bbox.min.y = ymin; + font->bbox.max.x = xmax; + font->bbox.max.y = ymax; } void |