Fix codestyle
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
@@ -175,4 +175,4 @@ namespace rsx
|
|||||||
bool skip_methods(u32 count);
|
bool skip_methods(u32 count);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user