MdeModulePkg/EbcDxe: Make the variable name follow rules

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Pete Batard <pete@akeo.ie>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jiewen.yao@intel.com
This commit is contained in:
Dandan Bi
2016-12-01 16:22:49 +08:00
committed by Star Zeng
parent 8fd543c77a
commit 3e118ea87d
2 changed files with 113 additions and 113 deletions

View File

@@ -28,31 +28,31 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
UINTN
EFIAPI
Xtoi (
CHAR16 *str
CHAR16 *Str
);
UINT64
EFIAPI
LXtoi (
CHAR16 *str
CHAR16 *Str
);
UINTN
EFIAPI
Atoi (
CHAR16 *str
CHAR16 *Str
);
UINTN
EFIAPI
AsciiXtoi (
CHAR8 *str
CHAR8 *Str
);
UINTN
EFIAPI
AsciiAtoi (
CHAR8 *str
CHAR8 *Str
);
INTN