Skip to content

Commit aab6433

Browse files
committed
Fight clang-format again
1 parent f3da094 commit aab6433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interp/interp.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2743,11 +2743,11 @@ std::string Thread::TraceSource::Pick(Index index, Instr instr) {
27432743
v.u32(2), v.u32(3));
27442744
}
27452745

2746-
// clang-format off
2746+
// clang-format off
27472747
case ValueType::FuncRef: reftype = "funcref"; break;
27482748
case ValueType::ExternRef: reftype = "externref"; break;
27492749
case ValueType::ExnRef: reftype = "exnref"; break;
2750-
// clang-format on
2750+
// clang-format on
27512751

27522752
default:
27532753
WABT_UNREACHABLE;

0 commit comments

Comments
 (0)