ShellPkg: #ifndef of header files should have postfix underscore
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
|
||||
**/
|
||||
|
||||
#ifndef __EFI_SHELL_PROTOCOL_H__WRAPPER
|
||||
#define __EFI_SHELL_PROTOCOL_H__WRAPPER
|
||||
#ifndef __EFI_SHELL_PROTOCOL_H__WRAPPER__
|
||||
#define __EFI_SHELL_PROTOCOL_H__WRAPPER__
|
||||
|
||||
#include <Protocol/Shell.h>
|
||||
|
||||
|
Reference in New Issue
Block a user