Skip to content

Commit 0e73d72

Browse files
committed
Fix comment spacing
1 parent 7ef02ab commit 0e73d72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Comms/MockLink/MockLinkGimbal.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ void MockLinkGimbal::_sendGimbalDeviceAttitudeStatus()
320320
q,
321321
0.0f, 0.0f, 0.0f, // angular_velocity_x, y, z
322322
0, // failure flags
323-
yawRad, // deltaYaw (rad)
324-
0.0f, // deltaYawVelocity (rad/s)
325-
0); // gimbal_device_id = 0 means the device id is the same as the message component ID
323+
yawRad, // deltaYaw (rad)
324+
0.0f, // deltaYawVelocity (rad/s)
325+
0); // gimbal_device_id = 0 means the device id is the same as the message component ID
326326
_mockLink->respondWithMavlinkMessage(msg);
327327
}
328328

0 commit comments

Comments
 (0)