summaryrefslogtreecommitdiff
path: root/xps/xps_tiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'xps/xps_tiff.c')
-rw-r--r--xps/xps_tiff.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/xps/xps_tiff.c b/xps/xps_tiff.c
index 3d905130..13c4d7f1 100644
--- a/xps/xps_tiff.c
+++ b/xps/xps_tiff.c
@@ -223,8 +223,7 @@ xps_decode_tiff_jpeg(struct tiff *tiff, fz_stream *chain, byte *wp, int wlen)
return fz_okay;
}
-static inline int
-getcomp(byte *line, int x, int bpc)
+static inline int getcomp(byte *line, int x, int bpc)
{
switch (bpc)
{
@@ -237,8 +236,7 @@ getcomp(byte *line, int x, int bpc)
return 0;
}
-static inline void
-putcomp(byte *line, int x, int bpc, int value)
+static inline void putcomp(byte *line, int x, int bpc, int value)
{
int maxval = (1 << bpc) - 1;