summaryrefslogtreecommitdiff
path: root/fitz/crypt_md5.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-17 12:32:29 +0000
committerTor Andersson <tor@ghostscript.com>2010-07-17 12:32:29 +0000
commit1499cc6fb42eadcb237ea888f8a1f0d5d3eab6c5 (patch)
tree77d02ea44436d781a64c73e52b4166125417b0bf /fitz/crypt_md5.c
parentf23227839ea5afeed361611dcaf01784b2f791e3 (diff)
downloadmupdf-1499cc6fb42eadcb237ea888f8a1f0d5d3eab6c5.tar.xz
Remove all trailing whitespace.
Diffstat (limited to 'fitz/crypt_md5.c')
-rw-r--r--fitz/crypt_md5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fitz/crypt_md5.c b/fitz/crypt_md5.c
index 0a2dc798..6e38f416 100644
--- a/fitz/crypt_md5.c
+++ b/fitz/crypt_md5.c
@@ -270,4 +270,3 @@ void fz_md5final(fz_md5 *context, unsigned char digest[16])
/* Zeroize sensitive information */
memset(context, 0, sizeof(fz_md5));
}
-