mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 20:34:07 +08:00
astyle src/modules/logger
This commit is contained in:
parent
da90e1ce62
commit
28e50d5911
@ -87,11 +87,11 @@ bool LogWriter::init()
|
||||
LogWriter::~LogWriter()
|
||||
{
|
||||
if (_log_writer_file) {
|
||||
delete(_log_writer_file);
|
||||
delete (_log_writer_file);
|
||||
}
|
||||
|
||||
if (_log_writer_mavlink) {
|
||||
delete(_log_writer_mavlink);
|
||||
delete (_log_writer_mavlink);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user