Skip to content

Commit

Permalink
Fight clang-format again
Browse files Browse the repository at this point in the history
  • Loading branch information
SoniEx2 committed Oct 3, 2024
1 parent f3da094 commit aab6433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interp/interp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2743,11 +2743,11 @@ std::string Thread::TraceSource::Pick(Index index, Instr instr) {
v.u32(2), v.u32(3));
}

// clang-format off
// clang-format off
case ValueType::FuncRef: reftype = "funcref"; break;
case ValueType::ExternRef: reftype = "externref"; break;
case ValueType::ExnRef: reftype = "exnref"; break;
// clang-format on
// clang-format on

default:
WABT_UNREACHABLE;
Expand Down

0 comments on commit aab6433

Please sign in to comment.