From 5a69c1f2aa588afd59a4c98892618585dbd8452e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 28 Dec 2015 16:09:08 +0100 Subject: Clean up trailing whitespace. --- include/mupdf/fitz/context.h | 1 - include/mupdf/fitz/stream.h | 2 -- include/mupdf/fitz/system.h | 1 - 3 files changed, 4 deletions(-) (limited to 'include') 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 #define LOG_TAG "libmupdf" -- cgit v1.2.3