diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-11-29 04:40:31 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-11-29 04:40:31 +0100 |
commit | 2c080e248a47cb94d2069f6523c314d039f70919 (patch) | |
tree | 46180621f350edfb63ac578a04125dcd9db31f9d /fitz/stm_misc.c | |
parent | af27ce7576c323665bb9986fbbab63acb6c81c17 (diff) | |
download | mupdf-2c080e248a47cb94d2069f6523c314d039f70919.tar.xz |
Fix up indentation.
Diffstat (limited to 'fitz/stm_misc.c')
-rw-r--r-- | fitz/stm_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/stm_misc.c b/fitz/stm_misc.c index 7f7cf76f..3663107e 100644 --- a/fitz/stm_misc.c +++ b/fitz/stm_misc.c @@ -78,7 +78,7 @@ fz_readall(fz_stream *stm, int sizehint) fz_buffer *buf; if (sizehint == 0) - sizehint = 4 * 1024; + sizehint = 4 * 1024; buf = fz_newbuffer(sizehint); |