summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.c')
-rw-r--r--MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.c b/MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.c
index 533e1ea5ac..6b205a9715 100644
--- a/MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.c
+++ b/MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.c
@@ -55,6 +55,6 @@ AuthenticateFmpImage (
IN UINTN PublicKeyDataLength
)
{
- ASSERT(FALSE);
+ ASSERT (FALSE);
return RETURN_UNSUPPORTED;
}