]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLibNull/Hash/CryptMd5Null.c
CryptoPkg: Apply uncrustify changes
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibNull / Hash / CryptMd5Null.c
index 34c539fe3a2333f7c8ab85b38c07c7fea331bec4..893a2302a6de43962a5d396d14771fe8bd81cd90 100644 (file)
@@ -9,7 +9,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
 #include "InternalCryptLib.h"\r
 \r
-\r
 /**\r
   Retrieves the size, in bytes, of the context buffer required for MD5 hash operations.\r
 \r
@@ -26,7 +25,6 @@ Md5GetContextSize (
   return 0;\r
 }\r
 \r
-\r
 /**\r
   Initializes user-supplied memory pointed by Md5Context as MD5 hash context for\r
   subsequent use.\r
@@ -154,12 +152,12 @@ value (16 bytes).
 **/\r
 BOOLEAN\r
 EFIAPI\r
-Md5HashAll(\r
+Md5HashAll (\r
   IN   CONST VOID  *Data,\r
   IN   UINTN       DataSize,\r
   OUT  UINT8       *HashValue\r
-)\r
+  )\r
 {\r
-  ASSERT(FALSE);\r
+  ASSERT (FALSE);\r
   return FALSE;\r
 }\r