From 9cc9978a7260d201137459a65601e35dce1d444e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 19 Feb 2013 16:13:07 +0100 Subject: Fix whitespace. --- draw/draw_simple_scale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draw') diff --git a/draw/draw_simple_scale.c b/draw/draw_simple_scale.c index 4957b20d..811bae13 100644 --- a/draw/draw_simple_scale.c +++ b/draw/draw_simple_scale.c @@ -1242,7 +1242,7 @@ fz_scale_pixmap_cached(fz_context *ctx, fz_pixmap *src, float x, float y, float return NULL; /* Clamp small ranges of w and h */ - if (w <= -1) + if (w <= -1) { } else if (w < 0) @@ -1253,7 +1253,7 @@ fz_scale_pixmap_cached(fz_context *ctx, fz_pixmap *src, float x, float y, float { w = 1; } - if (h <= -1) + if (h <= -1) { } else if (h < 0) -- cgit v1.2.3