]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteLdtr.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteLdtr.c
index 8e12f7840bdef9b3a69112261e75c878a552c55a..d45f0fe0762eca7d18afa64e5d23c669385484a5 100644 (file)
@@ -6,9 +6,6 @@
 \r
 **/\r
 \r
-\r
-\r
-\r
 /**\r
   Writes the current Local Descriptor Table Register (GDTR) selector.\r
 \r
@@ -21,7 +18,7 @@
 VOID\r
 EFIAPI\r
 AsmWriteLdtr (\r
-  IN UINT16 Ldtr\r
+  IN UINT16  Ldtr\r
   )\r
 {\r
   _asm {\r
@@ -30,4 +27,3 @@ AsmWriteLdtr (
     lldt    ax\r
   }\r
 }\r
-\r