From 586247f9d03ce924c0f4615d944033ddf03cab37 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 17 Nov 2004 09:21:34 +0100 Subject: clean up mixed tabs and spaces --- tree/font.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tree/font.c') 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 -- cgit v1.2.3