From 262a438c329162eaa519e65c4aab442f45d8858a Mon Sep 17 00:00:00 2001 From: Chunseok Lee Date: Fri, 31 Jan 2025 11:19:39 +0900 Subject: [PATCH] fix format --- onert-micro/onert-micro/include/pal/mcu/PALReduceCommon.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/onert-micro/onert-micro/include/pal/mcu/PALReduceCommon.h b/onert-micro/onert-micro/include/pal/mcu/PALReduceCommon.h index 03c71415d47..7a1bde2c6cf 100644 --- a/onert-micro/onert-micro/include/pal/mcu/PALReduceCommon.h +++ b/onert-micro/onert-micro/include/pal/mcu/PALReduceCommon.h @@ -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;