Skip to content

Commit c0bfc34

Browse files
committed
Fix codestyle
1 parent bda335a commit c0bfc34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rpcs3/Emu/RSX/RSXFIFO.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ namespace rsx
9393

9494
std::array<u8, 0x10000 / 4> register_properties{};
9595

96-
for (const auto &method : ignorable_ranges)
96+
for (const auto& method : ignorable_ranges)
9797
{
9898
for (u32 i = 0; i < method.second; ++i)
9999
{
@@ -175,4 +175,4 @@ namespace rsx
175175
bool skip_methods(u32 count);
176176
};
177177
}
178-
}
178+
}

0 commit comments

Comments
 (0)