Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Oct 10, 2023
1 parent 7b6e6d4 commit 5edddf3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mavsdk/plugins/camera/camera_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -987,8 +987,7 @@ CameraImpl::storage_status_from_mavlink(const int storage_status) const
}
}

Camera::Status::StorageType
CameraImpl::storage_type_from_mavlink(const int storage_type) const
Camera::Status::StorageType CameraImpl::storage_type_from_mavlink(const int storage_type) const
{
switch (storage_type) {
default:
Expand All @@ -1009,7 +1008,6 @@ CameraImpl::storage_type_from_mavlink(const int storage_type) const
}
}


void CameraImpl::process_camera_image_captured(const mavlink_message_t& message)
{
mavlink_camera_image_captured_t image_captured;
Expand Down

0 comments on commit 5edddf3

Please sign in to comment.