From 6b8184aa048d19485f0885e4ce2bc890508a0a0e Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Mon, 29 Apr 2024 08:38:45 +0200 Subject: [PATCH] Fix code formatting --- xtldr/library/modproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr/library/modproto.c b/xtldr/library/modproto.c index 7bf441d..3a3b67f 100644 --- a/xtldr/library/modproto.c +++ b/xtldr/library/modproto.c @@ -76,5 +76,5 @@ BlGetXtLdrProtocol(IN PEFI_SYSTEM_TABLE SystemTable, } /* Return success */ - return STATUS_EFI_SUCCESS; + return STATUS_EFI_SUCCESS; }