mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Fix codestyle
This commit is contained in:
parent
bda335a505
commit
c0bfc34a75
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ namespace rsx
|
||||||
|
|
||||||
std::array<u8, 0x10000 / 4> register_properties{};
|
std::array<u8, 0x10000 / 4> register_properties{};
|
||||||
|
|
||||||
for (const auto &method : ignorable_ranges)
|
for (const auto& method : ignorable_ranges)
|
||||||
{
|
{
|
||||||
for (u32 i = 0; i < method.second; ++i)
|
for (u32 i = 0; i < method.second; ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue