Skip to content

Commit 8ad15f3

Browse files
authored
Fix indentation
Differential Revision: D69569027 Pull Request resolved: #8444
1 parent b991dcb commit 8ad15f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/cadence/hifi/operators/op_quantized_relu_out.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ void quantized_relu_per_tensor_out(
2626
const int64_t out_multiplier,
2727
const int64_t out_shift,
2828
Tensor& output) {
29-
const int32_t _out_multiplier = static_cast<int32_t>(out_multiplier);
30-
const int32_t _out_shift = static_cast<int32_t>(out_shift);
29+
const int32_t _out_multiplier = static_cast<int32_t>(out_multiplier);
30+
const int32_t _out_shift = static_cast<int32_t>(out_shift);
3131

3232
if (input.scalar_type() == executorch::aten::ScalarType::Byte) {
3333
const uint8_t _in_zero_point = static_cast<uint8_t>(in_zero_point);

0 commit comments

Comments
 (0)