AP_Arming: Remove unnecessary empty sentences

This commit is contained in:
muramura 2023-04-20 00:45:28 +09:00 committed by Randy Mackay
parent ce00251333
commit edabfb8a2e

View File

@ -1818,7 +1818,7 @@ void AP_Arming::check_forced_logging(const AP_Arming::Method method)
case Method::UNKNOWN: case Method::UNKNOWN:
AP::logger().set_long_log_persist(false); AP::logger().set_long_log_persist(false);
return; return;
}; }
} }
AP_Arming *AP_Arming::_singleton = nullptr; AP_Arming *AP_Arming::_singleton = nullptr;