Style: Fix unnecessary semicolons that confused clang-format

This commit is contained in:
Rémi Verschelde
2020-05-19 11:24:58 +02:00
parent 74b5d6839a
commit ca3192d18a
25 changed files with 64 additions and 159 deletions

View File

@ -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;