mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Android: Apply style alignment refactorings
This commit is contained in:
parent
bc3c3eb79a
commit
71249dec33
3 changed files with 0 additions and 3 deletions
|
@ -12,7 +12,6 @@
|
|||
// sequentially for access.
|
||||
struct HostThreadLock
|
||||
{
|
||||
public:
|
||||
explicit HostThreadLock() : m_lock(s_host_identity_mutex) { Core::DeclareAsHostThread(); }
|
||||
|
||||
~HostThreadLock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue