Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
TiakiRice committed Aug 12, 2023
1 parent 88850aa commit ac9ee8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mavsdk/core/mavlink_ftp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,8 @@ MavlinkFtp::ServerResult MavlinkFtp::_work_list(PayloadHeader* payload, bool lis

if (const int close_result = closedir(dfd); close_result != 0) {
LogWarn() << "FTP: Failed to close file descriptor (potential resource leak!). "
"Error code: " << close_result;
"Error code: "
<< close_result;
}
}

Expand Down

0 comments on commit ac9ee8f

Please sign in to comment.