Fix code formatting issues

This commit is contained in:
66hh
2025-12-30 18:50:59 +08:00
parent d830bea3c5
commit 0521fdef7d
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ namespace syscalls
if (error_status & STATUS_SERVICE_NOTIFICATION && number_of_parameters >= 3)
{
uint64_t params[3] = {0, 0, 0};
std::array<uint64_t, 3> params = {0, 0, 0};
if (c.emu.try_read_memory(parameters, &params, sizeof(params)))
{