summaryrefslogtreecommitdiff
path: root/pdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-03-28 13:42:57 +0200
committerTor Andersson <tor.andersson@artifex.com>2012-03-28 13:42:57 +0200
commit68f746a1075518182ba30d35be28a8163e06c6ed (patch)
tree16cd27c8e63c9e5c7e8f7f79e9ee44f71f5d155e /pdf
parentbdb6b688a238df56b2cf47fa17a08a4dd4b7a122 (diff)
downloadmupdf-68f746a1075518182ba30d35be28a8163e06c6ed.tar.xz
Whitespace fixes.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/pdf_function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_function.c b/pdf/pdf_function.c
index e1c53beb..cd99e14d 100644
--- a/pdf/pdf_function.c
+++ b/pdf/pdf_function.c
@@ -206,7 +206,7 @@ ps_push_real(ps_stack *st, float n)
if (isnan(n))
{
/* Push 1.0, as it's a small known value that won't
- cause a divide by 0. Same reason as in fz_atof. */
+ * cause a divide by 0. Same reason as in fz_atof. */
n = 1.0;
}
st->stack[st->sp].u.f = CLAMP(n, -FLT_MAX, FLT_MAX);