UefiCpuPkg: Fix unix style of EOL
Cc: Wu Hao <hao.a.wu@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com>
This commit is contained in:
@@ -442,8 +442,8 @@ ConvertPageEntryAttribute (
|
||||
*PageEntry = NewPageEntry;
|
||||
if (CurrentPageEntry != NewPageEntry) {
|
||||
*IsModified = TRUE;
|
||||
DEBUG ((DEBUG_VERBOSE, "ConvertPageEntryAttribute 0x%lx", CurrentPageEntry));
|
||||
DEBUG ((DEBUG_VERBOSE, "->0x%lx\n", NewPageEntry));
|
||||
DEBUG ((DEBUG_VERBOSE, "ConvertPageEntryAttribute 0x%lx", CurrentPageEntry));
|
||||
DEBUG ((DEBUG_VERBOSE, "->0x%lx\n", NewPageEntry));
|
||||
} else {
|
||||
*IsModified = FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user