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;
 };