summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-11-20 13:44:27 +0100
committerRobin Watts <robin.watts@artifex.com>2012-11-20 14:25:21 +0000
commit6108f235c54fb039e92f7aebce75a774c9255e24 (patch)
treee33f1343b776d17448b8ec5f6a76c7f3819225d1 /fitz/fitz.h
parent7dd02831cf0e1c6e59b548079b92d91312e3fa1c (diff)
downloadmupdf-6108f235c54fb039e92f7aebce75a774c9255e24.tar.xz
Obsess about whitespace.
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index f058df50..77e690e7 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -2549,7 +2549,7 @@ typedef struct fz_ui_event_s
{
struct
{
- int ptype;
+ int ptype;
fz_point pt;
} pointer;
} event;
@@ -2881,14 +2881,14 @@ typedef struct fz_write_options_s fz_write_options;
*/
struct fz_write_options_s
{
- int do_ascii; /* If non-zero then attempt (where possible) to
- make the output ascii. */
- int do_expand; /* Bitflags; each non zero bit indicates an aspect
+ int do_ascii; /* If non-zero then attempt (where possible) to make
+ the output ascii. */
+ int do_expand; /* Bitflags; each non zero bit indicates an aspect
of the file that should be 'expanded' on
writing. */
- int do_garbage; /* If non-zero then attempt (where possible) to
+ int do_garbage; /* If non-zero then attempt (where possible) to
garbage collect the file before writing. */
- int do_linear; /* If non-zero then write linearised. */
+ int do_linear; /* If non-zero then write linearised. */
};
/* An enumeration of bitflags to use in the above 'do_expand' field of