Fix formatting

This commit is contained in:
momo5502
2025-01-25 19:15:24 +01:00
parent 043617915e
commit 13d7700060

View File

@@ -70,8 +70,9 @@ inline void write_io_status(const emulator_object<IO_STATUS_BLOCK<EmulatorTraits
{
if (io_status_block)
{
io_status_block.access(
[&](IO_STATUS_BLOCK<EmulatorTraits<Emu64>>& status_block) { status_block.Status = status; });
io_status_block.access([&](IO_STATUS_BLOCK<EmulatorTraits<Emu64>>& status_block) {
status_block.Status = status; //
});
}
}