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/md4.h b/include/openssl/md4.h
index e363b73..19ed662 100644
--- a/include/openssl/md4.h
+++ b/include/openssl/md4.h
@@ -91,7 +91,7 @@
   uint32_t h[4];
   uint32_t Nl, Nh;
   uint32_t data[16];
-  unsigned int num;
+  unsigned num;
 };