From a4bb5a8ecca08cab733534ea46650bce51017300 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Mon, 29 Apr 2024 12:35:32 +0200 Subject: [PATCH] Correct formatting --- xtldr/modules/beep/beep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr/modules/beep/beep.c b/xtldr/modules/beep/beep.c index ef3d5fd..26a9d1d 100644 --- a/xtldr/modules/beep/beep.c +++ b/xtldr/modules/beep/beep.c @@ -208,6 +208,6 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle, /* Play the tune set in the configuration */ BpPlayTune(XtLdrProtocol->Config.GetValue(L"TUNE")); - /* Return success */ + /* Return success */ return STATUS_EFI_SUCCESS; }