diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-17 09:21:34 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-17 09:21:34 +0100 |
commit | 586247f9d03ce924c0f4615d944033ddf03cab37 (patch) | |
tree | 870c97c3077349e7085f95a8c07a476205ea0cda /include/fitz/crypt.h | |
parent | fc5d174cd475c8f2236ea644d63e6b309e41b928 (diff) | |
download | mupdf-586247f9d03ce924c0f4615d944033ddf03cab37.tar.xz |
clean up mixed tabs and spaces
Diffstat (limited to 'include/fitz/crypt.h')
-rw-r--r-- | include/fitz/crypt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fitz/crypt.h b/include/fitz/crypt.h index f6365c4e..647a1eda 100644 --- a/include/fitz/crypt.h +++ b/include/fitz/crypt.h @@ -4,9 +4,9 @@ typedef struct fz_md5_s fz_md5; struct fz_md5_s { - unsigned long state[4]; - unsigned long count[2]; - unsigned char buffer[64]; + unsigned long state[4]; + unsigned long count[2]; + unsigned char buffer[64]; }; void fz_md5init(fz_md5 *state); |