nit: Removed blank line after function definition

This commit is contained in:
OpenSauce04 2024-04-03 17:23:05 +01:00 committed by OpenSauce
parent 6be3af71d4
commit f9c96d1b76

View File

@ -562,7 +562,6 @@ void System::RegisterImageInterface(std::shared_ptr<Frontend::ImageInterface> im
}
void System::Shutdown(bool is_deserializing) {
// Shutdown emulation session
is_powered_on = false;