summaryrefslogtreecommitdiff
path: root/fitz/stm_open.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-11-29 04:40:31 +0100
committerTor Andersson <tor@ghostscript.com>2009-11-29 04:40:31 +0100
commit2c080e248a47cb94d2069f6523c314d039f70919 (patch)
tree46180621f350edfb63ac578a04125dcd9db31f9d /fitz/stm_open.c
parentaf27ce7576c323665bb9986fbbab63acb6c81c17 (diff)
downloadmupdf-2c080e248a47cb94d2069f6523c314d039f70919.tar.xz
Fix up indentation.
Diffstat (limited to 'fitz/stm_open.c')
-rw-r--r--fitz/stm_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/stm_open.c b/fitz/stm_open.c
index 0f9e94f8..48e9587f 100644
--- a/fitz/stm_open.c
+++ b/fitz/stm_open.c
@@ -109,7 +109,7 @@ fz_stream * fz_openrmemory(unsigned char *mem, int len)
{
fz_buffer *buf;
fz_stream *stm;
-
+
buf = fz_newbufferwithmemory(mem, len);
stm = fz_openrbuffer(buf);
fz_dropbuffer(buf);