mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Arming: Remove unnecessary empty sentences
This commit is contained in:
parent
ce00251333
commit
edabfb8a2e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user