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; }