]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/PiSmmCpuDxeSmm: Remove white space at line end.
authorEric Dong <eric.dong@intel.com>
Thu, 25 Oct 2018 01:51:29 +0000 (09:51 +0800)
committerEric Dong <eric.dong@intel.com>
Fri, 26 Oct 2018 03:28:36 +0000 (11:28 +0800)
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>
UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c

index fec53c522ff8bf84a3f8ec17a90ea801c7f4a691..5193fea2b374354e3dd2c9239b975aac3a0f0674 100644 (file)
@@ -346,7 +346,7 @@ ProgramProcessorRegister (
       //  n * P(0)       n * P(1)      ...           n * P(n)\r
       //\r
       ASSERT (\r
-        (ApLocation != NULL) && \r
+        (ApLocation != NULL) &&\r
         (CpuStatus->ValidCoreCountPerPackage != 0) &&\r
         (CpuFlags->SemaphoreCount) != NULL\r
         );\r
@@ -428,7 +428,7 @@ ProgramProcessorRegister (
 /**\r
 \r
   Set Processor register for one AP.\r
-  \r
+\r
   @param     PreSmmRegisterTable     Use pre Smm register table or register table.\r
 \r
 **/\r