mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 08:27:34 +08:00
mavlink: whitespace fix
This commit is contained in:
@@ -3057,10 +3057,10 @@ public:
|
||||
return MAVLINK_MSG_ID_ALTITUDE;
|
||||
}
|
||||
|
||||
uint8_t get_id()
|
||||
{
|
||||
return get_id_static();
|
||||
}
|
||||
uint8_t get_id()
|
||||
{
|
||||
return get_id_static();
|
||||
}
|
||||
|
||||
static MavlinkStream *new_instance(Mavlink *mavlink)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user