summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parentecd0129a551c96a4b05d77ef55601125e2fc2c67 (diff)
downloadmupdf-9cc9978a7260d201137459a65601e35dce1d444e.tar.xz
Fix whitespace.
Diffstat (limited to 'doc')
-rw-r--r--doc/multi-threaded.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/multi-threaded.c b/doc/multi-threaded.c
index 70f66660..7d6c34a4 100644
--- a/doc/multi-threaded.c
+++ b/doc/multi-threaded.c
@@ -68,7 +68,6 @@ struct data {
fz_pixmap *pix;
};
-
// This is the function run by each rendering function. It takes
// pointer to an instance of the data structure described above and
// renders the display list into the pixmap before exiting.