summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.c')
-rw-r--r--MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.c b/MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.c
index a33f1ddd7b..1942031d66 100644
--- a/MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.c
+++ b/MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.c
@@ -26,6 +26,5 @@ PlatformHookSerialPortInitialize (
VOID
)
{
- return RETURN_SUCCESS;
+ return RETURN_SUCCESS;
}
-