summaryrefslogtreecommitdiff
path: root/source/fitz/bitmap.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-12-21 17:41:59 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-12-27 15:06:51 +0100
commit0805c1add0e3fc951d16c27d3837bc5123842303 (patch)
treebdce2e6e246f0f693552423c9b554092ce47a689 /source/fitz/bitmap.c
parente22743070ff1f3d4cc83177c4669476fd2526844 (diff)
downloadmupdf-0805c1add0e3fc951d16c27d3837bc5123842303.tar.xz
Strip extraneous blank lines.
Diffstat (limited to 'source/fitz/bitmap.c')
-rw-r--r--source/fitz/bitmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/fitz/bitmap.c b/source/fitz/bitmap.c
index f26cf935..046e7aa0 100644
--- a/source/fitz/bitmap.c
+++ b/source/fitz/bitmap.c
@@ -402,7 +402,6 @@ fz_band_writer *fz_new_pbm_band_writer(fz_context *ctx, fz_output *out)
return writer;
}
-
fz_band_writer *fz_new_pkm_band_writer(fz_context *ctx, fz_output *out)
{
fz_band_writer *writer = fz_new_band_writer(ctx, fz_band_writer, out);