1
0
원본 프로젝트 : xt-sys/exectos

Correct formatting

This commit is contained in:
2024-04-29 12:35:32 +02:00
부모 170b11f7a2
커밋 a4bb5a8ecc

파일 보기

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