mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Android: Apply style alignment refactorings
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
// sequentially for access.
|
||||
struct HostThreadLock
|
||||
{
|
||||
public:
|
||||
explicit HostThreadLock() : m_lock(s_host_identity_mutex) { Core::DeclareAsHostThread(); }
|
||||
|
||||
~HostThreadLock()
|
||||
|
Reference in New Issue
Block a user