mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-01 13:53:05 +00:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -33,10 +33,8 @@ void ReleaseThreadMutexes(Thread* thread) {
|
||||
thread->held_mutexes.clear();
|
||||
}
|
||||
|
||||
Mutex::Mutex() {
|
||||
}
|
||||
Mutex::~Mutex() {
|
||||
}
|
||||
Mutex::Mutex() {}
|
||||
Mutex::~Mutex() {}
|
||||
|
||||
SharedPtr<Mutex> Mutex::Create(bool initial_locked, std::string name) {
|
||||
SharedPtr<Mutex> mutex(new Mutex);
|
||||
|
||||
Reference in New Issue
Block a user