summaryrefslogtreecommitdiff
path: root/include/mupdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-12-28 16:09:08 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-01-05 14:47:37 +0100
commit5a69c1f2aa588afd59a4c98892618585dbd8452e (patch)
treedc99b864d5878a2a673f6d690bb0af9a1135e6f1 /include/mupdf
parent87ef16d3c1de7f6eb2b9ec4883e0ae62771c9a63 (diff)
downloadmupdf-5a69c1f2aa588afd59a4c98892618585dbd8452e.tar.xz
Clean up trailing whitespace.
Diffstat (limited to 'include/mupdf')
-rw-r--r--include/mupdf/fitz/context.h1
-rw-r--r--include/mupdf/fitz/stream.h2
-rw-r--r--include/mupdf/fitz/system.h1
3 files changed, 0 insertions, 4 deletions
diff --git a/include/mupdf/fitz/context.h b/include/mupdf/fitz/context.h
index 32ee450d..7f5e15c8 100644
--- a/include/mupdf/fitz/context.h
+++ b/include/mupdf/fitz/context.h
@@ -207,7 +207,6 @@ void fz_set_user_context(fz_context *ctx, void *user);
*/
void *fz_user_context(fz_context *ctx);
-
/*
fz_aa_level: Get the number of bits of antialiasing we are
using. Between 0 and 8.
diff --git a/include/mupdf/fitz/stream.h b/include/mupdf/fitz/stream.h
index d9cb7509..a79846ec 100644
--- a/include/mupdf/fitz/stream.h
+++ b/include/mupdf/fitz/stream.h
@@ -186,8 +186,6 @@ int64_t fz_read_int64_le(fz_context *ctx, fz_stream *stm);
*/
void fz_read_string(fz_context *ctx, fz_stream *stm, char *buffer, int len);
-
-
enum
{
FZ_STREAM_META_PROGRESSIVE = 1,
diff --git a/include/mupdf/fitz/system.h b/include/mupdf/fitz/system.h
index ca7c8dc0..2ae2f367 100644
--- a/include/mupdf/fitz/system.h
+++ b/include/mupdf/fitz/system.h
@@ -155,7 +155,6 @@ typedef int fz_off_t;
#define fz_atoo_imp atoi
#endif
-
#ifdef __ANDROID__
#include <android/log.h>
#define LOG_TAG "libmupdf"