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