summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-02-19 16:13:07 +0100
committerTor Andersson <tor.andersson@artifex.com>2013-02-19 16:13:07 +0100
commit9cc9978a7260d201137459a65601e35dce1d444e (patch)
treea2577f5ae25661febf023e081a6577f2eb373b10 /draw
parentecd0129a551c96a4b05d77ef55601125e2fc2c67 (diff)
downloadmupdf-9cc9978a7260d201137459a65601e35dce1d444e.tar.xz
Fix whitespace.
Diffstat (limited to 'draw')
-rw-r--r--draw/draw_simple_scale.c4
1 files changed, 2 insertions, 2 deletions
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)