Skip to content

Commit

Permalink
AP_Logger: Align indentation with others
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored and peterbarker committed Sep 4, 2023
1 parent f987fa4 commit 337ba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Logger/AP_Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ enum class LogErrorCode : uint8_t {
FAILED_CIRCLE_INIT = 4,
DEST_OUTSIDE_FENCE = 5,
RTL_MISSING_RNGFND = 6,
// subsystem specific error codes -- internal_error
// subsystem specific error codes -- internal_error
INTERNAL_ERRORS_DETECTED = 1,

// parachute failed to deploy because of low altitude or landed
Expand Down

0 comments on commit 337ba27

Please sign in to comment.