diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-04-23 17:20:46 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-04-23 17:20:46 +0200 |
commit | 422c43d265dc3f3e5a9907839ce4e308f8b83b60 (patch) | |
tree | 508bec94b653370a22e80621d6453b3b8ad7085f /fitz | |
parent | 0c366c790bd2c3543239bd012d157c0cd106301f (diff) | |
download | mupdf-422c43d265dc3f3e5a9907839ce4e308f8b83b60.tar.xz |
Fix whitespace and indentation.
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/fitz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h index 9e0c0311..04215c71 100644 --- a/fitz/fitz.h +++ b/fitz/fitz.h @@ -703,7 +703,7 @@ extern const fz_bbox fz_infinite_bbox; different representations. / a b 0 \ - | c d 0 | normally represented as [ a b c d e f ]. + | c d 0 | normally represented as [ a b c d e f ]. \ e f 1 / */ typedef struct fz_matrix_s fz_matrix; |