| commit | 78fefbf3bbb3ac6ddf537fc927b15b4c41db7f6c | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@chromium.org> | Sun Dec 06 21:48:45 2015 -0500 |
| committer | Adam Langley <agl@google.com> | Wed Dec 16 19:52:06 2015 +0000 |
| tree | e890e2f9a7e4e494a346dd86a0d3cfa4ed6ffbc7 | |
| parent | fea1137e55f787925388370593df46b16e4f7e37 [diff] [blame] |
Reformat md32_common.h, part 2. Manual tweaks and then clang-formatted again. Change-Id: I809fdb71b2135343e5c1264dd659b464780fc54a Reviewed-on: https://boringssl-review.googlesource.com/6649 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/md5.h b/include/openssl/md5.h index 87c3ba4..055cdb0 100644 --- a/include/openssl/md5.h +++ b/include/openssl/md5.h
@@ -96,7 +96,7 @@ uint32_t h[4]; uint32_t Nl, Nh; uint32_t data[16]; - unsigned int num; + unsigned num; };