mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg: Fix coding style issues
Cc: Brijesh Singh <brijesh.singh@amd.com> Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Brijesh Singh <brijesh.singh@amd.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
1fb805b1eb
commit
8cf19dc7a5
|
@ -20,8 +20,8 @@
|
|||
|
||||
**/
|
||||
|
||||
#ifndef __FAM17_MSR_H
|
||||
#define __FAM17_MSR_H
|
||||
#ifndef __FAM17_MSR_H__
|
||||
#define __FAM17_MSR_H__
|
||||
|
||||
/**
|
||||
Secure Encrypted Virtualization (SEV) status register
|
||||
|
|
Loading…
Reference in New Issue