clang-format

This commit is contained in:
panzone 2025-02-25 22:07:36 +01:00
parent 347f6b268d
commit 96c5f3a66a

View File

@ -46,7 +46,7 @@ s32 PS4_SYSV_ABI sceKernelLoadStartModule(const char* moduleFileName, size_t arg
std::filesystem::path path;
s32 handle;
if(guest_path[0] == '/') {
if (guest_path[0] == '/') {
path = mnt->GetHostPath("/system/common/lib" + guest_path);
handle = linker->LoadAndStartModule(path, args, argp, pRes);
if (handle != -1) {