Skip to content

Commit 068b288

Browse files
committed
Applied clang-tidy changes.
Signed-off-by: Rachel Green <rachgreen@google.com>
1 parent 008c46d commit 068b288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wamr/wamr.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Wamr : public WasmVm {
8989

9090
void terminate() override {}
9191
bool usesWasmByteOrder() override { return true; }
92-
92+
9393
void warm() override {}
9494

9595
private:

src/wasmtime/wasmtime.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Wasmtime : public WasmVm {
8080
};
8181
FOR_ALL_WASM_VM_EXPORTS(_GET_MODULE_FUNCTION)
8282
#undef _GET_MODULE_FUNCTION
83-
83+
8484
private:
8585
template <typename... Args>
8686
void registerHostFunctionImpl(std::string_view module_name, std::string_view function_name,

0 commit comments

Comments
 (0)