mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Style: Fix statements ending with ';;'
This commit is contained in:
@@ -47,7 +47,7 @@ Mutex::~Mutex() {
|
||||
|
||||
}
|
||||
|
||||
Mutex *_global_mutex=NULL;;
|
||||
Mutex *_global_mutex=NULL;
|
||||
|
||||
void _global_lock() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user