Skip to content

Commit 9fe9fad

Browse files
committed
Fight clang-format again
1 parent 38ef63a commit 9fe9fad

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
@@ -2744,11 +2744,11 @@ std::string Thread::TraceSource::Pick(Index index, Instr instr) {
27442744
v.u32(2), v.u32(3));
27452745
}
27462746

2747-
// clang-format off
2747+
// clang-format off
27482748
case ValueType::FuncRef: reftype = "funcref"; break;
27492749
case ValueType::ExternRef: reftype = "externref"; break;
27502750
case ValueType::ExnRef: reftype = "exnref"; break;
2751-
// clang-format on
2751+
// clang-format on
27522752

27532753
default:
27542754
WABT_UNREACHABLE;

0 commit comments

Comments
 (0)