]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteGdtr.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteGdtr.c
index 37ceae73ff8c07194f84815fe95ba96424387d1c..a542665375fab02a968f01d68e3c76fda2342def 100644 (file)
@@ -6,10 +6,8 @@
 \r
 **/\r
 \r
 \r
 **/\r
 \r
-\r
 #include "BaseLibInternals.h"\r
 \r
 #include "BaseLibInternals.h"\r
 \r
-\r
 /**\r
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
 /**\r
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
@@ -22,7 +20,7 @@
 VOID\r
 EFIAPI\r
 InternalX86WriteGdtr (\r
 VOID\r
 EFIAPI\r
 InternalX86WriteGdtr (\r
-  IN      CONST IA32_DESCRIPTOR     *Gdtr\r
+  IN      CONST IA32_DESCRIPTOR  *Gdtr\r
   )\r
 {\r
   _asm {\r
   )\r
 {\r
   _asm {\r
@@ -30,4 +28,3 @@ InternalX86WriteGdtr (
     lgdt    fword ptr [eax]\r
   }\r
 }\r
     lgdt    fword ptr [eax]\r
   }\r
 }\r
-\r