Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
chunseoklee committed Jan 31, 2025
1 parent e7eb05f commit 262a438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onert-micro/onert-micro/include/pal/mcu/PALReduceCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ inline bool resolveAxis(const int num_dims, const int *axis, const int64_t num_a
}
if (!is_dup)
{
if (*out_num_axis > 1) {
if (*out_num_axis > 1)
{
return false;
}
out_axis[*out_num_axis] = current;
Expand Down

0 comments on commit 262a438

Please sign in to comment.