Merge pull request #13559 from tygyh/Android-Apply-style-alignment-refactorings

Android: Apply style alignment refactorings
This commit is contained in:
JosJuice
2025-05-07 22:37:09 +02:00
committed by GitHub
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()