mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
remove trailing whitespace
This commit is contained in:
@@ -50,13 +50,13 @@ Mutex::~Mutex() {
|
||||
Mutex *_global_mutex=NULL;;
|
||||
|
||||
void _global_lock() {
|
||||
|
||||
|
||||
if (_global_mutex)
|
||||
_global_mutex->lock();
|
||||
}
|
||||
void _global_unlock() {
|
||||
|
||||
|
||||
if (_global_mutex)
|
||||
_global_mutex->unlock();
|
||||
_global_mutex->unlock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user