]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/InstallConfigurationTable.c
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / InstallConfigurationTable.c
index 57f31fa98fe5e81e81bb92b570b95a5551bed35b..0bc51be12bf63977bb2d5701e59d1a47004e69c5 100644 (file)
@@ -8,7 +8,7 @@
 \r
 #include "PiSmmCore.h"\r
 \r
 \r
 #include "PiSmmCore.h"\r
 \r
-#define CONFIG_TABLE_SIZE_INCREASED 0x10\r
+#define CONFIG_TABLE_SIZE_INCREASED  0x10\r
 \r
 UINTN  mSmmSystemTableAllocateSize = 0;\r
 \r
 \r
 UINTN  mSmmSystemTableAllocateSize = 0;\r
 \r
@@ -86,7 +86,6 @@ SmmInstallConfigurationTable (
       &(ConfigurationTable[Index + 1]),\r
       (gSmmCoreSmst.NumberOfTableEntries - Index) * sizeof (EFI_CONFIGURATION_TABLE)\r
       );\r
       &(ConfigurationTable[Index + 1]),\r
       (gSmmCoreSmst.NumberOfTableEntries - Index) * sizeof (EFI_CONFIGURATION_TABLE)\r
       );\r
-\r
   } else {\r
     //\r
     // No matching GUIDs were found, so this is an add operation.\r
   } else {\r
     //\r
     // No matching GUIDs were found, so this is an add operation.\r
@@ -106,7 +105,7 @@ SmmInstallConfigurationTable (
       // Allocate a table with one additional entry.\r
       //\r
       mSmmSystemTableAllocateSize += (CONFIG_TABLE_SIZE_INCREASED * sizeof (EFI_CONFIGURATION_TABLE));\r
       // Allocate a table with one additional entry.\r
       //\r
       mSmmSystemTableAllocateSize += (CONFIG_TABLE_SIZE_INCREASED * sizeof (EFI_CONFIGURATION_TABLE));\r
-      ConfigurationTable = AllocatePool (mSmmSystemTableAllocateSize);\r
+      ConfigurationTable           = AllocatePool (mSmmSystemTableAllocateSize);\r
       if (ConfigurationTable == NULL) {\r
         //\r
         // If a new table could not be allocated, then return an error.\r
       if (ConfigurationTable == NULL) {\r
         //\r
         // If a new table could not be allocated, then return an error.\r