summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Application/UiApp/String.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Application/UiApp/String.h')
-rw-r--r--MdeModulePkg/Application/UiApp/String.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Application/UiApp/String.h b/MdeModulePkg/Application/UiApp/String.h
index 3dc4c3316b..2ecdb6e790 100644
--- a/MdeModulePkg/Application/UiApp/String.h
+++ b/MdeModulePkg/Application/UiApp/String.h
@@ -9,7 +9,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#ifndef _STRING_H_
#define _STRING_H_
-extern EFI_HII_HANDLE gStringPackHandle;
+extern EFI_HII_HANDLE gStringPackHandle;
//
// This is the VFR compiler generated header file which defines the
@@ -38,7 +38,7 @@ extern UINT8 BdsDxeStrings[];
**/
CHAR16 *
GetStringById (
- IN EFI_STRING_ID Id
+ IN EFI_STRING_ID Id
);
/**