summaryrefslogtreecommitdiff
path: root/stream/filt_lzwe.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2008-03-08 17:25:56 +0100
committerSebastian Rasmussen <sebras@hotmail.com>2008-03-08 17:25:56 +0100
commite921e12bcfa3a343eac5e4b7ba3f2566f5eff49f (patch)
tree5ccf283bb19bb0f45c6a7ce66a00eeb395fa0817 /stream/filt_lzwe.c
parentfce08043c7b939ecefb44e22852513b4d60f3ac4 (diff)
downloadmupdf-e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f.tar.xz
Whitespace fixes.
Diffstat (limited to 'stream/filt_lzwe.c')
-rw-r--r--stream/filt_lzwe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/filt_lzwe.c b/stream/filt_lzwe.c
index a24d8fe5..978b6ef2 100644
--- a/stream/filt_lzwe.c
+++ b/stream/filt_lzwe.c
@@ -203,7 +203,7 @@ resume:
/* reserve space for this code and an eventual CLEAR code */
if (out->wp + 5 > out->ep)
- {
+ {
lzw->resume = 1;
return fz_ioneedout;
}