Skip to content

Commit 0969e19

Browse files
committed
WasmEdge: Apply clang-format.
Signed-off-by: YiYing He <[email protected]>
1 parent e9d15a0 commit 0969e19

File tree

2 files changed

+103
-169
lines changed

2 files changed

+103
-169
lines changed

src/wasmedge/types.h

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@
1818
namespace proxy_wasm {
1919
namespace WasmEdge {
2020

21-
using WasmEdgeStorePtr =
22-
common::CSmartPtr<WasmEdge_StoreContext, WasmEdge_StoreDelete>;
21+
using WasmEdgeStorePtr = common::CSmartPtr<WasmEdge_StoreContext, WasmEdge_StoreDelete>;
2322
using WasmEdgeVMPtr = common::CSmartPtr<WasmEdge_VMContext, WasmEdge_VMDelete>;
24-
using WasmEdgeLoaderPtr =
25-
common::CSmartPtr<WasmEdge_LoaderContext, WasmEdge_LoaderDelete>;
26-
using WasmEdgeValidatorPtr =
27-
common::CSmartPtr<WasmEdge_ValidatorContext, WasmEdge_ValidatorDelete>;
23+
using WasmEdgeLoaderPtr = common::CSmartPtr<WasmEdge_LoaderContext, WasmEdge_LoaderDelete>;
24+
using WasmEdgeValidatorPtr = common::CSmartPtr<WasmEdge_ValidatorContext, WasmEdge_ValidatorDelete>;
2825
using WasmEdgeInterpreterPtr =
2926
common::CSmartPtr<WasmEdge_InterpreterContext, WasmEdge_InterpreterDelete>;
30-
using WasmEdgeASTModulePtr =
31-
common::CSmartPtr<WasmEdge_ASTModuleContext, WasmEdge_ASTModuleDelete>;
27+
using WasmEdgeASTModulePtr = common::CSmartPtr<WasmEdge_ASTModuleContext, WasmEdge_ASTModuleDelete>;
3228

3329
} // namespace WasmEdge
3430
} // namespace proxy_wasm

0 commit comments

Comments
 (0)