summaryrefslogtreecommitdiff
path: root/fitz/filt_predict.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-02-03 15:03:36 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-02-03 15:03:36 +0100
commit70efb11990b0947e04d0051db8a813b9a0a0e4a4 (patch)
tree6d965dc8ca0505a22c0fd0634e0c82cd63fd797a /fitz/filt_predict.c
parent3e6b04e0a18f1413c26c85f3e6833ac3507c45b5 (diff)
downloadmupdf-70efb11990b0947e04d0051db8a813b9a0a0e4a4.tar.xz
Remove extraneous blank lines.
Diffstat (limited to 'fitz/filt_predict.c')
-rw-r--r--fitz/filt_predict.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fitz/filt_predict.c b/fitz/filt_predict.c
index 45baf86b..8221c251 100644
--- a/fitz/filt_predict.c
+++ b/fitz/filt_predict.c
@@ -35,7 +35,6 @@ static inline int getcomponent(unsigned char *line, int x, int bpc)
return 0;
}
-
static inline void putcomponent(unsigned char *buf, int x, int bpc, int value)
{
switch (bpc)