Android: Apply style alignment refactorings

This commit is contained in:
Dr. Dystopia 2025-04-22 13:34:21 +02:00
commit 71249dec33
3 changed files with 0 additions and 3 deletions

View file

@ -12,7 +12,6 @@
// sequentially for access.
struct HostThreadLock
{
public:
explicit HostThreadLock() : m_lock(s_host_identity_mutex) { Core::DeclareAsHostThread(); }
~HostThreadLock()