]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Library / PlatformDebugLibIoPort / DebugLibDetect.c
index 8c466e64e0a6e10112d296429a2e7ac2d3565049..45207faf5cb2fd8af5547aa94b793df18cbe9651 100644 (file)
 //\r
 // Set to TRUE if the debug I/O port has been checked\r
 //\r
-STATIC BOOLEAN mDebugIoPortChecked = FALSE;\r
+STATIC BOOLEAN  mDebugIoPortChecked = FALSE;\r
 \r
 //\r
 // Set to TRUE if the debug I/O port is enabled\r
 //\r
-STATIC BOOLEAN mDebugIoPortFound = FALSE;\r
+STATIC BOOLEAN  mDebugIoPortFound = FALSE;\r
 \r
 /**\r
   This constructor function must not do anything.\r
@@ -58,8 +58,9 @@ PlatformDebugLibIoPortFound (
   )\r
 {\r
   if (!mDebugIoPortChecked) {\r
-    mDebugIoPortFound = PlatformDebugLibIoPortDetect ();\r
+    mDebugIoPortFound   = PlatformDebugLibIoPortDetect ();\r
     mDebugIoPortChecked = TRUE;\r
   }\r
+\r
   return mDebugIoPortFound;\r
 }\r