From c0bfc34a75ac3bdae7a1baf57e79c8e225287bfe Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 25 May 2025 18:38:53 +0200 Subject: [PATCH] Fix codestyle --- rpcs3/Emu/RSX/RSXFIFO.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/Emu/RSX/RSXFIFO.h b/rpcs3/Emu/RSX/RSXFIFO.h index d62d32a134..91f7ffb050 100644 --- a/rpcs3/Emu/RSX/RSXFIFO.h +++ b/rpcs3/Emu/RSX/RSXFIFO.h @@ -93,7 +93,7 @@ namespace rsx std::array register_properties{}; - for (const auto &method : ignorable_ranges) + for (const auto& method : ignorable_ranges) { for (u32 i = 0; i < method.second; ++i) { @@ -175,4 +175,4 @@ namespace rsx bool skip_methods(u32 count); }; } -} \ No newline at end of file +}