From 84c616094639d38d076aba71bf8283b532f434f6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 1 Sep 2014 16:55:36 +0200 Subject: Clean some whitespace. --- source/fitz/load-jpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/load-jpx.c') diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c index 51950d4c..7cd36474 100644 --- a/source/fitz/load-jpx.c +++ b/source/fitz/load-jpx.c @@ -43,7 +43,7 @@ static OPJ_SIZE_T fz_opj_stream_read(void * p_buffer, OPJ_SIZE_T p_nb_bytes, voi if (len < 0) len = 0; if (len == 0) - return (OPJ_SIZE_T)-1; /* End of file! */ + return (OPJ_SIZE_T)-1; /* End of file! */ if ((OPJ_SIZE_T)len > p_nb_bytes) len = p_nb_bytes; memcpy(p_buffer, sb->data + sb->pos, len); -- cgit v1.2.3