mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Style: Fix unnecessary semicolons that confused clang-format
This commit is contained in:
@@ -448,12 +448,6 @@ void MobileVRInterface::process() {
|
||||
};
|
||||
};
|
||||
|
||||
void MobileVRInterface::notification(int p_what){
|
||||
_THREAD_SAFE_METHOD_
|
||||
|
||||
// nothing to do here, I guess we could pauze our sensors...
|
||||
}
|
||||
|
||||
MobileVRInterface::MobileVRInterface() {
|
||||
initialized = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user