summaryrefslogtreecommitdiff
path: root/include/mupdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-10-22 19:39:32 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-10-23 18:46:01 +0200
commit2582f7e21ec079d2d611ad748d5fc77ea3ce3938 (patch)
tree6745a15f6389de3635d17ffb1495b7de1a4aed25 /include/mupdf
parent17e5b245e8f0da3287097684f81d470cec8de991 (diff)
downloadmupdf-2582f7e21ec079d2d611ad748d5fc77ea3ce3938.tar.xz
Remove extra blank lines.
Diffstat (limited to 'include/mupdf')
-rw-r--r--include/mupdf/fitz/geometry.h1
-rw-r--r--include/mupdf/fitz/output-tga.h1
-rw-r--r--include/mupdf/fitz/output.h1
-rw-r--r--include/mupdf/pdf/cmap.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/include/mupdf/fitz/geometry.h b/include/mupdf/fitz/geometry.h
index 0eb0f844..f04e8f1c 100644
--- a/include/mupdf/fitz/geometry.h
+++ b/include/mupdf/fitz/geometry.h
@@ -278,7 +278,6 @@ static inline int fz_is_identity(fz_matrix m)
return m.a == 1 && m.b == 0 && m.c == 0 && m.d == 1 && m.e == 0 && m.f == 0;
}
-
/*
fz_concat: Multiply two matrices.
diff --git a/include/mupdf/fitz/output-tga.h b/include/mupdf/fitz/output-tga.h
index 4684a0d5..e481b09e 100644
--- a/include/mupdf/fitz/output-tga.h
+++ b/include/mupdf/fitz/output-tga.h
@@ -33,5 +33,4 @@ void fz_write_pixmap_as_tga(fz_context *ctx, fz_output *out, fz_pixmap *pixmap);
*/
fz_band_writer *fz_new_tga_band_writer(fz_context *ctx, fz_output *out, int is_bgr);
-
#endif
diff --git a/include/mupdf/fitz/output.h b/include/mupdf/fitz/output.h
index c3fede3e..836a3637 100644
--- a/include/mupdf/fitz/output.h
+++ b/include/mupdf/fitz/output.h
@@ -70,7 +70,6 @@ typedef void (fz_output_drop_fn)(fz_context *ctx, void *state);
*/
typedef fz_stream *(fz_stream_from_output_fn)(fz_context *ctx, void *state);
-
struct fz_output_s
{
void *state;
diff --git a/include/mupdf/pdf/cmap.h b/include/mupdf/pdf/cmap.h
index d98cd0ab..107a072b 100644
--- a/include/mupdf/pdf/cmap.h
+++ b/include/mupdf/pdf/cmap.h
@@ -61,7 +61,6 @@ struct pdf_cmap_s
int tlen, tcap, ttop;
cmap_splay *tree;
-
};
pdf_cmap *pdf_new_cmap(fz_context *ctx);