Skip to content

Commit f3da094

Browse files
committed
Don't clang-format these cases
1 parent 7d048db commit f3da094

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/interp/interp.cc

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

2746+
// clang-format off
27462747
case ValueType::FuncRef: reftype = "funcref"; break;
27472748
case ValueType::ExternRef: reftype = "externref"; break;
27482749
case ValueType::ExnRef: reftype = "exnref"; break;
2750+
// clang-format on
27492751

27502752
default:
27512753
WABT_UNREACHABLE;

0 commit comments

Comments
 (0)