]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/LRotU32.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / LRotU32.c
index 4e671a320c2e33af2aad89af7b52a0079e03879b..e9f4790d5bb5d9fc3fd11c492ad040895ef5898d 100644 (file)
@@ -27,8 +27,8 @@
 UINT32\r
 EFIAPI\r
 LRotU32 (\r
-  IN      UINT32                    Operand,\r
-  IN      UINTN                     Count\r
+  IN      UINT32  Operand,\r
+  IN      UINTN   Count\r
   )\r
 {\r
   ASSERT (Count < 32);\r