mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-12 15:00:34 +08:00
astyle src/modules/uORB
This commit is contained in:
committed by
Lorenz Meier
parent
88ad0fc3bd
commit
ee8fa78d93
@@ -358,7 +358,7 @@ uORB::DeviceNode::ioctl(device::file_t *filp, int cmd, unsigned long arg)
|
||||
|
||||
if (arg == 0) {
|
||||
if (sd->update_interval) {
|
||||
delete(sd->update_interval);
|
||||
delete (sd->update_interval);
|
||||
sd->update_interval = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user