summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2018-10-25 09:51:29 +0800
committerEric Dong <eric.dong@intel.com>2018-10-26 11:28:36 +0800
commite07e3cebc7f39599a39168692cfa1aee6fd98b03 (patch)
tree9fa15992cca5808368c2bd7d46f4b10a59d6dedf /UefiCpuPkg
parent1c15179c8f787ec16470c1dcfa673a0e9817b933 (diff)
downloadedk2-e07e3cebc7f39599a39168692cfa1aee6fd98b03.tar.gz
edk2-e07e3cebc7f39599a39168692cfa1aee6fd98b03.tar.bz2
edk2-e07e3cebc7f39599a39168692cfa1aee6fd98b03.zip
UefiCpuPkg/PiSmmCpuDxeSmm: Remove white space at line end.
Remove extra white space at the end of line. Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Dandan Bi <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r--UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c b/UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c
index fec53c522f..5193fea2b3 100644
--- a/UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c
+++ b/UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c
@@ -346,7 +346,7 @@ ProgramProcessorRegister (
// n * P(0) n * P(1) ... n * P(n)
//
ASSERT (
- (ApLocation != NULL) &&
+ (ApLocation != NULL) &&
(CpuStatus->ValidCoreCountPerPackage != 0) &&
(CpuFlags->SemaphoreCount) != NULL
);
@@ -428,7 +428,7 @@ ProgramProcessorRegister (
/**
Set Processor register for one AP.
-
+
@param PreSmmRegisterTable Use pre Smm register table or register table.
**/