From: Andrew Fish Date: Fri, 8 Aug 2014 00:57:50 +0000 (+0000) Subject: clang warns on guard macro not matching in .h file. X-Git-Tag: edk2-stable201903~11221 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1d1f4c621dd3a1ebc55394a24ff6695d39e0d95b clang warns on guard macro not matching in .h file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Andrew Fish Reviewed-by: Jeff Fan git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15774 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h b/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h index 87776a31f9..d9bf9eda51 100644 --- a/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h +++ b/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h @@ -12,7 +12,7 @@ **/ -#ifndef __EFI_DEBUG_AGNET_GUID_H__ +#ifndef __EFI_DEBUG_AGENT_GUID_H__ #define __EFI_DEBUG_AGENT_GUID_H__ ///