]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuId.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuId.c
index c38b278dce810b55e5c08816a542fa2c0c225e3a..e1a7e8effb2598d5dbba6bfcd75c32d736d83dad 100644 (file)
 UINT32\r
 EFIAPI\r
 AsmCpuid (\r
-  IN      UINT32                    Index,\r
-  OUT     UINT32                    *RegisterEax   OPTIONAL,\r
-  OUT     UINT32                    *RegisterEbx   OPTIONAL,\r
-  OUT     UINT32                    *RegisterEcx   OPTIONAL,\r
-  OUT     UINT32                    *RegisterEdx   OPTIONAL\r
+  IN      UINT32  Index,\r
+  OUT     UINT32  *RegisterEax   OPTIONAL,\r
+  OUT     UINT32  *RegisterEbx   OPTIONAL,\r
+  OUT     UINT32  *RegisterEcx   OPTIONAL,\r
+  OUT     UINT32  *RegisterEdx   OPTIONAL\r
   )\r
 {\r
   _asm {\r